From owner-svn-src-head@FreeBSD.ORG Tue Jun 4 07:37:07 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 97966D2; Tue, 4 Jun 2013 07:37:07 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 882771F9C; Tue, 4 Jun 2013 07:37:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r547b7P7086829; Tue, 4 Jun 2013 07:37:07 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r547b6Ys086819; Tue, 4 Jun 2013 07:37:06 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201306040737.r547b6Ys086819@svn.freebsd.org> From: Joel Dahl Date: Tue, 4 Jun 2013 07:37:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251369 - in head: lib/libc/gen lib/libc/net share/man/man3 usr.bin/m4/lib X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 07:37:07 -0000 Author: joel (doc committer) Date: Tue Jun 4 07:37:06 2013 New Revision: 251369 URL: http://svnweb.freebsd.org/changeset/base/251369 Log: mdoc: convert .Fd to .In, which is much nicer. Modified: head/lib/libc/gen/dl_iterate_phdr.3 head/lib/libc/net/getaddrinfo.3 head/lib/libc/net/getnameinfo.3 head/share/man/man3/offsetof.3 head/usr.bin/m4/lib/ohash_init.3 head/usr.bin/m4/lib/ohash_interval.3 Modified: head/lib/libc/gen/dl_iterate_phdr.3 ============================================================================== --- head/lib/libc/gen/dl_iterate_phdr.3 Tue Jun 4 06:38:01 2013 (r251368) +++ head/lib/libc/gen/dl_iterate_phdr.3 Tue Jun 4 07:37:06 2013 (r251369) @@ -29,7 +29,7 @@ Statically linked programs use an implem .Fn dl_iterate_phdr from libc. .Sh SYNOPSIS -.Fd #include +.In link.h .Ft int .Fn dl_iterate_phdr "int (*callback)(struct dl_phdr_info *, size_t, void *)" "void *data" .Sh DESCRIPTION Modified: head/lib/libc/net/getaddrinfo.3 ============================================================================== --- head/lib/libc/net/getaddrinfo.3 Tue Jun 4 06:38:01 2013 (r251368) +++ head/lib/libc/net/getaddrinfo.3 Tue Jun 4 07:37:06 2013 (r251369) @@ -26,9 +26,9 @@ .Nm freeaddrinfo .Nd socket address structure to host and service name .Sh SYNOPSIS -.Fd #include -.Fd #include -.Fd #include +.In sys/types.h +.In sys/socket.h +.In netdb.h .Ft int .Fo getaddrinfo .Fa "const char *hostname" "const char *servname" Modified: head/lib/libc/net/getnameinfo.3 ============================================================================== --- head/lib/libc/net/getnameinfo.3 Tue Jun 4 06:38:01 2013 (r251368) +++ head/lib/libc/net/getnameinfo.3 Tue Jun 4 07:37:06 2013 (r251369) @@ -25,9 +25,9 @@ .Nm getnameinfo .Nd socket address structure to hostname and service name .Sh SYNOPSIS -.Fd #include -.Fd #include -.Fd #include +.In sys/types.h +.In sys/socket.h +.In netdb.h .Ft int .Fo getnameinfo .Fa "const struct sockaddr *sa" "socklen_t salen" "char *host" Modified: head/share/man/man3/offsetof.3 ============================================================================== --- head/share/man/man3/offsetof.3 Tue Jun 4 06:38:01 2013 (r251368) +++ head/share/man/man3/offsetof.3 Tue Jun 4 07:37:06 2013 (r251369) @@ -23,7 +23,7 @@ .Nm offsetof .Nd offset of a structure member .Sh SYNOPSIS -.Fd #include +.In stddef.h .Ft size_t .Fn offsetof "type" "member" .Sh DESCRIPTION Modified: head/usr.bin/m4/lib/ohash_init.3 ============================================================================== --- head/usr.bin/m4/lib/ohash_init.3 Tue Jun 4 06:38:01 2013 (r251368) +++ head/usr.bin/m4/lib/ohash_init.3 Tue Jun 4 07:37:06 2013 (r251369) @@ -31,9 +31,9 @@ .Nm ohash_entries .Nd light-weight open hashing .Sh SYNOPSIS -.Fd #include -.Fd #include -.Fd #include +.In stdint.h +.In stddef.h +.In ohash.h .Ft void .Fn ohash_init "struct ohash *h" "unsigned int size" "struct ohash_info *info" .Ft void Modified: head/usr.bin/m4/lib/ohash_interval.3 ============================================================================== --- head/usr.bin/m4/lib/ohash_interval.3 Tue Jun 4 06:38:01 2013 (r251368) +++ head/usr.bin/m4/lib/ohash_interval.3 Tue Jun 4 07:37:06 2013 (r251369) @@ -25,9 +25,9 @@ .Nm ohash_qlookupi .Nd helper functions for open hashing .Sh SYNOPSIS -.Fd #include -.Fd #include -.Fd #include +.In stdint.h +.In stddef.h +.In ohash.h .Ft uint32_t .Fn ohash_interval "const char *start" "const char **pend" .Ft "void *"