X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=man%2Fslocal.man;h=10851e4036a381955bb1f83ebe4cf74edab34b10;hb=a47dfadde7d7df81cd47856379957866ae88986b;hp=2ce87b92af48304a33e4b729eef70adadf4a1b54;hpb=c59d387888272695ccf163a8057275dbdc77afd0;p=mmh diff --git a/man/slocal.man b/man/slocal.man index 2ce87b9..10851e4 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 23, 2012" "%nmhversion%" .\" .\" %nmhwarning% .\" @@ -8,7 +8,6 @@ slocal \- asynchronously filter and deliver new mail .HP 5 .na .B %libdir%/slocal -[address\ info\ sender] .RB [ \-addr .IR address ] .RB [ \-info @@ -59,7 +58,7 @@ Under .BR sendmail , the sender will obtained from the UUCP \*(lqFrom:\*(rq line, if present. The user may override these -values with command line arguments, or arguments to the +values with the .B \-addr and .B \-sender @@ -289,7 +288,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 +354,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