Author: trasz Date: Sun Nov 11 00:57:13 2018 New Revision: 340346 URL: https://svnweb.freebsd.org/changeset/base/340346
Log: Update nsswitch.conf(5) man page to make it clear additional sources might be provided by third party software. Reviewed by: bcr MFC after: 2 weeks Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17934 Modified: head/share/man/man5/nsswitch.conf.5 Modified: head/share/man/man5/nsswitch.conf.5 ============================================================================== --- head/share/man/man5/nsswitch.conf.5 Sun Nov 11 00:39:20 2018 (r340345) +++ head/share/man/man5/nsswitch.conf.5 Sun Nov 11 00:57:13 2018 (r340346) @@ -62,7 +62,7 @@ the current source. Each criterion consists of one or more status codes, and actions to take if that status code occurs. .Ss Sources -The following sources are implemented: +The following sources are implemented as part of the base system: .Pp .Bl -tag -width Source -compact .It Sy Source @@ -100,6 +100,8 @@ makes use of the .Xr nscd 8 daemon. .El +.Pp +Additional sources might be provided by third party software. .Ss Databases The following databases are used by the following C library functions: .Pp _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
