svn commit: r186394 - head/usr.sbin/nscd
Maxim Konovalov
maxim at FreeBSD.org
Mon Dec 22 13:36:15 UTC 2008
Author: maxim
Date: Mon Dec 22 13:36:15 2008
New Revision: 186394
URL: http://svn.freebsd.org/changeset/base/186394
Log:
o Correct a database name: "group" not "groups".
PR: docs/129853
Submitted by: Denis Barov
MFC after: 1 week
Modified:
head/usr.sbin/nscd/nscd.conf.5
Modified: head/usr.sbin/nscd/nscd.conf.5
==============================================================================
--- head/usr.sbin/nscd/nscd.conf.5 Mon Dec 22 12:54:52 2008 (r186393)
+++ head/usr.sbin/nscd/nscd.conf.5 Mon Dec 22 13:36:15 2008 (r186394)
@@ -53,7 +53,7 @@ and a
.Ar value .
Usual cachenames are
.Dq Li passwd ,
-.Dq Li groups ,
+.Dq Li group ,
.Dq Li hosts ,
.Dq Li services ,
.Dq Li protocols
@@ -125,7 +125,7 @@ will act similarly to the NSCD.
.Sy NOTE :
this feature is currently experimental \[em] it supports only
.Dq Li passwd ,
-.Dq Li groups
+.Dq Li group
and
.Dq Li services
cachenames.
More information about the svn-src-head
mailing list