]> diplodocus.org Git - nmh/blobdiff - man/slocal.man
Convert scan() to the new world format API.
[nmh] / man / slocal.man
index 2ce87b92af48304a33e4b729eef70adadf4a1b54..d0b24e4c1ab623eefccbf2dbb386b0ba3ec7e199 100644 (file)
@@ -1,4 +1,4 @@
-.TH SLOCAL %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
+.TH SLOCAL %manext1% "November 9, 2012" "%nmhversion%"
 .\"
 .\" %nmhwarning%
 .\"
@@ -289,7 +289,7 @@ perform an action which delivers the message, then
 will check for a global delivery file at
 .IR %etcdir%/maildelivery .
 This file is read according to the same rules.  This file must be
-owned by the root and must be writable only by the root.
+owned by root and must be writable only by root.
 .PP
 If a global delivery file cannot be found or does not perform an
 action which delivers the message, then standard delivery to the
@@ -355,7 +355,7 @@ failed.
 .PP
 In order to avoid any time limitations, you might implement a process
 that began by
-.BR fork ()-ing.
+.IR fork ()-ing.
 The parent would return the appropriate
 value immediately, and the child could continue on, doing whatever it
 wanted for as long as it wanted.  This approach is somewhat risky if