From owner-svn-src-head@FreeBSD.ORG Tue Mar 27 20:39:50 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 12C4F1065670; Tue, 27 Mar 2012 20:39:50 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F1D238FC19; Tue, 27 Mar 2012 20:39:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q2RKdnr3002894; Tue, 27 Mar 2012 20:39:49 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q2RKdnMa002892; Tue, 27 Mar 2012 20:39:49 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201203272039.q2RKdnMa002892@svn.freebsd.org> From: Joel Dahl Date: Tue, 27 Mar 2012 20:39:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r233576 - head/lib/libc/net X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Mar 2012 20:39:50 -0000 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