svn commit: r270677 - head/etc/pam.d

Gavin Atkinson gavin at FreeBSD.org
Tue Aug 26 22:39:25 UTC 2014


Author: gavin
Date: Tue Aug 26 22:39:24 2014
New Revision: 270677
URL: http://svnweb.freebsd.org/changeset/base/270677

Log:
  Fix xref, pam(8) -> pam(3)
  
  PR:		193045
  Submitted by:	rsimmons0 gmail com
  MFC after:	3 days

Modified:
  head/etc/pam.d/README

Modified: head/etc/pam.d/README
==============================================================================
--- head/etc/pam.d/README	Tue Aug 26 22:33:34 2014	(r270676)
+++ head/etc/pam.d/README	Tue Aug 26 22:39:24 2014	(r270677)
@@ -8,7 +8,7 @@ particular service, the /etc/pam.d/other
 file does not exist, /etc/pam.conf is searched for entries matching
 the specified service or, failing that, the "other" service.
 
-See the pam(8) manual page for an explanation of the workings of the
+See the pam(3) manual page for an explanation of the workings of the
 PAM library and descriptions of the various files and modules.  Below
 is a summary of the format for the pam.conf and /etc/pam.d/* files.
 


More information about the svn-src-head mailing list