Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2018 00:57:13 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r340346 - head/share/man/man5
Message-ID:  <201811110057.wAB0vDKa094269@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811110057.wAB0vDKa094269>