From 1c373aa712332f5bc1fbf5c5e103cd2ca6e0ecd8 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 15 Nov 2019 18:47:22 +0300 Subject: [PATCH] More correct exec process description --- doc/cfg.texi | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 -- 2.44.0