From: Sergey Matveev Date: Fri, 15 Nov 2019 15:47:22 +0000 (+0300) Subject: More correct exec process description X-Git-Tag: v5.0.0^2~1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1c373aa712332f5bc1fbf5c5e103cd2ca6e0ecd8;p=nncp.git More correct exec process description --- diff --git a/doc/cfg.texi b/doc/cfg.texi index 5a01b7d..46e3f5e 100644 --- a/doc/cfg.texi +++ b/doc/cfg.texi @@ -118,13 +118,15 @@ arguments and the body fed to command's stdin. command, will execute: @verbatim -echo hello world | - NNCP_SELF=OURNODE \ - NNCP_SENDER=REMOTE \ - NNCP_NICE=64 \ - /usr/sbin/sendmail -t ARG0 ARG1 ARG2 +NNCP_SELF=OURNODE \ +NNCP_SENDER=REMOTE \ +NNCP_NICE=64 \ +/usr/sbin/sendmail -t ARG0 ARG1 ARG2 @end verbatim +feeding @verb{|hello world\n|} to that started @command{sendmail} +process. + @anchor{CfgIncoming} @item incoming Full path to directory where all file uploads will be saved. May be