Date: Mon, 16 Jan 2012 21:25:41 +0000 (UTC) From: Guy Helmer <ghelmer@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r230234 - head/lib/libutil Message-ID: <201201162125.q0GLPfAP052491@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201162125.q0GLPfAP052491>