From: Ken Hornstein Date: Sat, 16 Mar 2013 04:04:38 +0000 (-0400) Subject: Add information about locking support entries to the man pages. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/e7d99d14b29716ded431a9c2ebefe2ec02d85ce4?ds=inline;hp=-c Add information about locking support entries to the man pages. --- e7d99d14b29716ded431a9c2ebefe2ec02d85ce4 diff --git a/Makefile.am b/Makefile.am index e8f64505..074adb26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -570,6 +570,8 @@ man/man.sed: Makefile @echo 's,%mandir%,$(mandir),g' >> $@ @echo 's,%mailspool%,$(mailspool),g' >> $@ @echo 's,%sendmailpath%,$(sendmailpath),g' >> $@ + @echo 's,%default_locking%,$(default_locking),g' >> $@ + @echo 's,%supported_locks%,$(supported_locks),g' >> $@ @echo 's,%manext1%,$(manext1),g' >> $@ @echo 's,%manext5%,$(manext5),g' >> $@ @echo 's,%manext7%,$(manext7),g' >> $@ diff --git a/man/mh-profile.man b/man/mh-profile.man index d7afe5be..38dafb80 100644 --- a/man/mh-profile.man +++ b/man/mh-profile.man @@ -189,6 +189,25 @@ for an explanation of the octal number. (profile, default: 700) .RE .PP +.BR datalocking : +fcntl +.RS 5 +The locking algorithm used to lock changes to any +.B nmh +data files, such as sequences or the context. The locking algorithm is +any one of the following entries: +.PP +.RS 5 +.nf +%supported_locks% +.fi +.RE +.PP +Available locking algorithms can vary depending on what is supported by +the operating system. +(profile, default: fcntl) +.RE +.PP .IR program : .I default switches .RS 5 diff --git a/man/mh-tailor.man b/man/mh-tailor.man index 8c76e4b5..3ac3d21a 100644 --- a/man/mh-tailor.man +++ b/man/mh-tailor.man @@ -184,6 +184,19 @@ The beginning-of-message delimiter for maildrops. The end-of-message delimiter for maildrops. .RE .PP +.BR spoollocking : +%default_locking% +.RS 5 +The locking algorithm to use when opening the maildrop. Can be any one of +the following: +.PP +.RS 5 +.nf +%supported_locks% +.fi +.RE +.RE +.PP .BR maildelivery : %libdir%/maildelivery .RS 5