Date: Mon, 22 Dec 2008 13:36:15 +0000 (UTC) From: Maxim Konovalov <maxim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r186394 - head/usr.sbin/nscd Message-ID: <200812221336.mBMDaF9C062653@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812221336.mBMDaF9C062653>