From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Schiffer Subject: [patch] nscd.conf.5: add missing information, clarification Date: Tue, 29 May 2012 14:16:35 +0200 Message-ID: <4FC4BE23.50200@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-man@vger.kernel.org Hello, the following patch adds description of max-db-size and auto-propagate options, adds most default values for options and other minor modifications. The changes in general are based on [1]. Default values are taken from [2] and [3]. Ordering and format of options are based on [4]. Patch is against man-pages 3.41. peter [1] http://sourceware.org/git/?p=glibc.git;a=tree;f=nscd;hb=HEAD [2] http://sourceware.org/git/?p=glibc.git;a=blob;f=nscd/nscd.h;hb=HEAD [3] http://sourceware.org/git/?p=glibc.git;a=blob;f=nscd/connections.c;hb=HEAD [4] http://sourceware.org/git/?p=glibc.git;a=blob;f=nscd/nscd.conf;hb=HEAD --- nscd.conf.5.org-upstream 2012-05-10 22:13:23.000000000 +0200 +++ nscd.conf.5 2012-05-29 13:46:56.684793432 +0200 @@ -34,48 +34,91 @@ comment; following characters, up to the end of the line, are not interpreted by nscd. -Valid services are \fIpasswd\fP, \fIgroup\fP, or \fIhosts\fP. +Valid services are \fIpasswd\fP, \fIgroup\fP, \fIhosts\fP, \fIservices\fP +or \fInetgroup\fP. .B logfile -.I debug-file-name +.I .RS Specifies name of the file to which debug info should be written. .RE .B debug-level -.I value +.I .RS Sets the desired debug level. +The default is 0. .RE .B threads -.I number +.I .RS This is the number of threads that are started to wait for requests. At least five threads will always be created. .RE +.B max-threads +.I +.RS +Specifies the maximum number of threads. The default is 32. +.RE + .B server-user -.I user +.I .RS If this option is set, nscd will run as this user and not as root. If a separate cache for every user is used (\-S parameter), this option is ignored. .RE +.B stat-user +.I +.RS +Specifies the user who is allowed to request statistics. +.RE + +.B reload-count +unlimited | +.I +.RS +Limit on the number of times a cached entry gets reloaded without being used +before it gets removed. +The default is 5. +.RE + +.B paranoia +.I +.RS +Enabling paranoia mode causes nscd to restart itself periodically. +The default is no. +.RE + +.B restart-interval +.I