]> Cypherpunks.ru repositories - nncp.git/commitdiff
Better wording
authorSergey Matveev <stargrave@stargrave.org>
Tue, 30 Apr 2019 07:16:21 +0000 (10:16 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 30 Apr 2019 07:16:21 +0000 (10:16 +0300)
doc/cmds.texi
doc/integration.texi

index ac665ace0d3a1c166a31f10ba8f685a11c5a3bdc..b61492f31c464683829f27b042dd686ae0269909 100644 (file)
@@ -275,7 +275,7 @@ exec:
 @end verbatim
 
 then executing @verb{|echo My message | nncp-exec -replynice 123 REMOTE
-sendmail root@localhost|} will lead to executing of:
+sendmail root@localhost|} will lead to execution of:
 
 @verbatim
 echo My message |
index 984f6629e01b3121d0e3583eb0448e787c797306..729752e99a5c392d476c70ffba8709c974347f70 100644 (file)
@@ -121,9 +121,9 @@ nncp      unix  -       n       n       -       -       pipe
 
 This runs the @command{nncp-exec} command to place outgoing mail into
 the NNCP queue. It substitutes the hostname (@emph{nncp-gateway}, or
-whatever you specified) and the recipients before executing the command.
-The @command{nncp-exec} command is executed without assistance from the
-shell, so there are no problems with shell meta characters.
+whatever you specified) and the recipients before execution of the
+command. The @command{nncp-exec} command is executed without assistance
+from the shell, so there are no problems with shell meta characters.
 
 @item Execute the command @command{postfix reload} to make the changes
 effective.