* [patch] nscd.conf.5: add note about default values
@ 2014-02-05 9:43 Peter Schiffer
[not found] ` <52F207BE.5090805-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Peter Schiffer @ 2014-02-05 9:43 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 243 bytes --]
Hello,
this patch adds note to the nscd.conf(5) man page about default values,
stating that default values originate from nscd(8) source code and that
default values used in the nscd.conf(5) file in distribution might
differ.
Thanks,
peter
[-- Attachment #2: nscd.conf.patch --]
[-- Type: text/x-patch, Size: 493 bytes --]
diff --git a/man5/nscd.conf.5 b/man5/nscd.conf.5
index 3e8cf45..2d66cd0 100644
--- a/man5/nscd.conf.5
+++ b/man5/nscd.conf.5
@@ -229,6 +229,12 @@ This option is valid only for services
and
.IR group .
.RE
+.SH NOTES
+The default values stated in this manual page originate from the source code of
+.BR nscd (8)
+and are used if not set in configuration file.
+The default values used in the configuration file of your distribution might
+differ.
.SH SEE ALSO
.BR nscd (8)
.\" .SH AUTHOR
^ permalink raw reply related [flat|nested] 4+ messages in thread[parent not found: <52F207BE.5090805-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>]
* Re: [patch] nscd.conf.5: add note about default values [not found] ` <52F207BE.5090805-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> @ 2014-02-07 13:48 ` Michael Kerrisk (man-pages) [not found] ` <52F4E416.8080900-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Michael Kerrisk (man-pages) @ 2014-02-07 13:48 UTC (permalink / raw) To: Peter Schiffer; +Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man On 02/05/2014 10:43 AM, Peter Schiffer wrote: > Hello, > > this patch adds note to the nscd.conf(5) man page about default values, > stating that default values originate from nscd(8) source code and that > default values used in the nscd.conf(5) file in distribution might Thanks, Peter. Applied. Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <52F4E416.8080900-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [patch] nscd.conf.5: add note about default values [not found] ` <52F4E416.8080900-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2014-02-10 9:44 ` Peter Schiffer [not found] ` <52F89F82.5010508-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Peter Schiffer @ 2014-02-10 9:44 UTC (permalink / raw) To: Michael Kerrisk (man-pages); +Cc: linux-man [-- Attachment #1: Type: text/plain, Size: 476 bytes --] On 07/02/14 14:48, Michael Kerrisk (man-pages) wrote: > On 02/05/2014 10:43 AM, Peter Schiffer wrote: >> Hello, >> >> this patch adds note to the nscd.conf(5) man page about default values, >> stating that default values originate from nscd(8) source code and that >> default values used in the nscd.conf(5) file in distribution might > > Thanks, Peter. > > Applied. > > Cheers, > > Michael > Michael, there's now one little typo on the man page, see attached patch. peter [-- Attachment #2: nscd.conf.patch --] [-- Type: text/x-patch, Size: 463 bytes --] diff --git a/man5/nscd.conf.5 b/man5/nscd.conf.5 index d573a13..f9208e1 100644 --- a/man5/nscd.conf.5 +++ b/man5/nscd.conf.5 @@ -233,7 +233,7 @@ and The default values stated in this manual page originate from the source code of .BR nscd (8) -and are used if not overriden in ithe configuration file. +and are used if not overriden in the configuration file. The default values used in the configuration file of your distribution might differ. .SH SEE ALSO ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <52F89F82.5010508-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>]
* Re: [patch] nscd.conf.5: add note about default values [not found] ` <52F89F82.5010508-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> @ 2014-02-10 10:05 ` Michael Kerrisk (man-pages) 0 siblings, 0 replies; 4+ messages in thread From: Michael Kerrisk (man-pages) @ 2014-02-10 10:05 UTC (permalink / raw) To: Peter Schiffer; +Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man On 02/10/2014 10:44 AM, Peter Schiffer wrote: > On 07/02/14 14:48, Michael Kerrisk (man-pages) wrote: >> On 02/05/2014 10:43 AM, Peter Schiffer wrote: >>> Hello, >>> >>> this patch adds note to the nscd.conf(5) man page about default values, >>> stating that default values originate from nscd(8) source code and that >>> default values used in the nscd.conf(5) file in distribution might >> >> Thanks, Peter. >> >> Applied. >> >> Cheers, >> >> Michael >> > > Michael, > > there's now one little typo on the man page, see attached patch. Thanks, Peter. Applied. Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-02-10 10:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05 9:43 [patch] nscd.conf.5: add note about default values Peter Schiffer
[not found] ` <52F207BE.5090805-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-02-07 13:48 ` Michael Kerrisk (man-pages)
[not found] ` <52F4E416.8080900-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-02-10 9:44 ` Peter Schiffer
[not found] ` <52F89F82.5010508-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-02-10 10:05 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).