summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorghelmer <ghelmer@FreeBSD.org>2012-01-16 21:25:41 +0000
committerghelmer <ghelmer@FreeBSD.org>2012-01-16 21:25:41 +0000
commit06b861e15ce313fc2e80a2f40dc27a7441fc0c18 (patch)
treef30b454b416b8b7f8a10e184fdf858ee17e96aed
parent05bff00124a88d7267ba6a0c5189b9b899fe5cc2 (diff)
downloadFreeBSD-src-06b861e15ce313fc2e80a2f40dc27a7441fc0c18.zip
FreeBSD-src-06b861e15ce313fc2e80a2f40dc27a7441fc0c18.tar.gz
Remove unnecessary includes from these libutil man pages.
Requested by bde (as was the previous commit).
-rw-r--r--lib/libutil/pidfile.31
-rw-r--r--lib/libutil/property.31
-rw-r--r--lib/libutil/realhostname.32
3 files changed, 0 insertions, 4 deletions
diff --git a/lib/libutil/pidfile.3 b/lib/libutil/pidfile.3
index fe5ea18..d10ab81 100644
--- a/lib/libutil/pidfile.3
+++ b/lib/libutil/pidfile.3
@@ -36,7 +36,6 @@
.Sh LIBRARY
.Lb libutil
.Sh SYNOPSIS
-.In sys/param.h
.In libutil.h
.Ft "struct pidfh *"
.Fn pidfile_open "const char *path" "mode_t mode" "pid_t *pidptr"
diff --git a/lib/libutil/property.3 b/lib/libutil/property.3
index b363089..efe0079 100644
--- a/lib/libutil/property.3
+++ b/lib/libutil/property.3
@@ -36,7 +36,6 @@
.Sh LIBRARY
.Lb libutil
.Sh SYNOPSIS
-.In sys/types.h
.In libutil.h
.Ft properties
.Fn properties_read "int fd"
diff --git a/lib/libutil/realhostname.3 b/lib/libutil/realhostname.3
index 0300ed3..28e2325 100644
--- a/lib/libutil/realhostname.3
+++ b/lib/libutil/realhostname.3
@@ -33,8 +33,6 @@
.Sh LIBRARY
.Lb libutil
.Sh SYNOPSIS
-.In sys/types.h
-.In netinet/in.h
.In libutil.h
.Ft int
.Fn realhostname "char *host" "size_t hsize" "const struct in_addr *ip"
OpenPOWER on IntegriCloud