X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=man%2Fslocal.man;h=d0b24e4c1ab623eefccbf2dbb386b0ba3ec7e199;hb=8366f135cfca005564388adb63d5c7a87c7634ea;hp=2ce87b92af48304a33e4b729eef70adadf4a1b54;hpb=c59d387888272695ccf163a8057275dbdc77afd0;p=mmh diff --git a/man/slocal.man b/man/slocal.man index 2ce87b9..d0b24e4 100644 --- a/man/slocal.man +++ b/man/slocal.man @@ -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