Author: ghelmer
Date: Mon Jan 16 21:25:41 2012
New Revision: 230234
URL: http://svn.freebsd.org/changeset/base/230234

Log:
  Remove unnecessary includes from these libutil man pages.
  
  Requested by bde (as was the previous commit).

Modified:
  head/lib/libutil/pidfile.3
  head/lib/libutil/property.3
  head/lib/libutil/realhostname.3

Modified: head/lib/libutil/pidfile.3
==============================================================================
--- head/lib/libutil/pidfile.3  Mon Jan 16 21:19:23 2012        (r230233)
+++ head/lib/libutil/pidfile.3  Mon Jan 16 21:25:41 2012        (r230234)
@@ -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"

Modified: head/lib/libutil/property.3
==============================================================================
--- head/lib/libutil/property.3 Mon Jan 16 21:19:23 2012        (r230233)
+++ head/lib/libutil/property.3 Mon Jan 16 21:25:41 2012        (r230234)
@@ -36,7 +36,6 @@
 .Sh LIBRARY
 .Lb libutil
 .Sh SYNOPSIS
-.In sys/types.h
 .In libutil.h
 .Ft properties
 .Fn properties_read "int fd"

Modified: head/lib/libutil/realhostname.3
==============================================================================
--- head/lib/libutil/realhostname.3     Mon Jan 16 21:19:23 2012        
(r230233)
+++ head/lib/libutil/realhostname.3     Mon Jan 16 21:25:41 2012        
(r230234)
@@ -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"
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to