diff options
author | maxim <maxim@FreeBSD.org> | 2008-12-22 13:36:15 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2008-12-22 13:36:15 +0000 |
commit | 2bfbc199a4df39bb516280bb53e9e04684939cec (patch) | |
tree | e6362c1672943c130cc8ce1f2c621d22a8c4e35e /usr.sbin/nscd | |
parent | f9f31751ac3262c9d4a1bd0166d064403a1ae52d (diff) | |
download | FreeBSD-src-2bfbc199a4df39bb516280bb53e9e04684939cec.zip FreeBSD-src-2bfbc199a4df39bb516280bb53e9e04684939cec.tar.gz |
o Correct a database name: "group" not "groups".
PR: docs/129853
Submitted by: Denis Barov
MFC after: 1 week
Diffstat (limited to 'usr.sbin/nscd')
-rw-r--r-- | usr.sbin/nscd/nscd.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/nscd/nscd.conf.5 b/usr.sbin/nscd/nscd.conf.5 index f729202..f64ce27 100644 --- a/usr.sbin/nscd/nscd.conf.5 +++ b/usr.sbin/nscd/nscd.conf.5 @@ -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. |