Date: Tue, 27 Mar 2012 20:39:49 +0000 (UTC) From: Joel Dahl <joel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r233576 - head/lib/libc/net Message-ID: <201203272039.q2RKdnMa002892@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joel (doc committer) Date: Tue Mar 27 20:39:49 2012 New Revision: 233576 URL: http://svn.freebsd.org/changeset/base/233576 Log: Minor indentation and paragraph nits. Modified: head/lib/libc/net/nsdispatch.3 Modified: head/lib/libc/net/nsdispatch.3 ============================================================================== --- head/lib/libc/net/nsdispatch.3 Tue Mar 27 20:36:03 2012 (r233575) +++ head/lib/libc/net/nsdispatch.3 Tue Mar 27 20:39:49 2012 (r233576) @@ -85,7 +85,7 @@ typedef struct _ns_dtab { void *mdata; } ns_dtab; .Ed -.Bd -ragged -offset indent +.Pp The .Fa dtab array should consist of one entry for each source type that is @@ -105,7 +105,6 @@ values for .Va method , and .Va mdata . -.Ed .Pp Additionally, methods may be implemented in NSS modules, in which case they are selected using the @@ -132,7 +131,7 @@ typedef struct _ns_src { uint32_t flags; } ns_src; .Ed -.Bd -ragged -offset indent +.Pp The .Fa defaults array should consist of one entry for each source to be configured by @@ -157,12 +156,13 @@ and set to 0. .Pp For convenience, a global variable defined as: +.Pp .Dl extern const ns_src __nsdefaultsrc[]; +.Pp exists which contains a single default entry for the source .Sq files that may be used by callers which do not require complicated default rules. -.Ed .Pp .Sq Va ... are optional extra arguments, which are passed to the appropriate method
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203272039.q2RKdnMa002892>