]> diplodocus.org Git - nmh/commitdiff
Add information about locking support entries to the man pages.
authorKen Hornstein <kenh@pobox.com>
Sat, 16 Mar 2013 04:04:38 +0000 (00:04 -0400)
committerKen Hornstein <kenh@pobox.com>
Sat, 16 Mar 2013 04:04:38 +0000 (00:04 -0400)
Makefile.am
man/mh-profile.man
man/mh-tailor.man

index e8f64505e1b07feeb627e6bfbcdce1059e638076..074adb263eec78a2d688dcbb5ea9a090e9955143 100644 (file)
@@ -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' >> $@
index d7afe5be2fc72710c8084f4de8078dd54f446f91..38dafb8035192049badb59856ffabd749ee6cdd5 100644 (file)
@@ -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
index 8c76e4b53398e8aa9378620ee42e2ddf6fc07497..3ac3d21a728b92befe9cd3cf3ae828c8284ec7bc 100644 (file)
@@ -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