]> Cypherpunks.ru repositories - nncp.git/commitdiff
Unify stdin/stdout style usage in documentation
authorSergey Matveev <stargrave@stargrave.org>
Fri, 4 Mar 2022 10:43:46 +0000 (13:43 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 4 Mar 2022 10:50:32 +0000 (13:50 +0300)
doc/cmd/nncp-cfgdir.texi
doc/cmd/nncp-hash.texi
doc/news.ru.texi
doc/news.texi

index 853dd107aa99e0837214af7e55aa73f2d57a7f4d..0750ade2538953e824362257e696ad04dce5dcca 100644 (file)
@@ -10,4 +10,4 @@ $ nncp-cfgdir [options] -load /path/to/dir > cfg.hjson
 @option{-dump} option dumps current configuration file to the
 @ref{Configuration directory, directory layout} at @file{/path/to/dir}.
 @option{-load} loads it and parses, outputing the resulting Hjson to
-stdout.
+@code{stdout}.
index afed745b6c2e07caab82d5ddd7bd6c3b55b882b7..17987e0965081b98a7e334fde23ee2a06b997fca 100644 (file)
@@ -6,7 +6,7 @@
 $ nncp-hash [-file @dots{}] [-seek X] [-debug] [-progress]
 @end example
 
-Calculate @ref{MTH} hash of either stdin, or @option{-file} if
+Calculate @ref{MTH} hash of either @code{stdin}, or @option{-file} if
 specified.
 
 You can optionally force seeking the file first, reading only part of
index eae883ac2d992af1a8cc5b07710f31b20f3a9735..2088fc3c756f07731129dd5ceb988abdbc6a0477 100644 (file)
@@ -345,7 +345,7 @@ NNCP собирается на NetBSD.
 
 @item
 Исправлена работоспособность @command{nncp-file} и @command{nncp-exec}
-команд использующих временный файл (stdin и @option{-use-tmp}).
+команд использующих временный файл (@code{stdin} и @option{-use-tmp}).
 
 @item
 Исправлен пропадающий плохой код возврата в @command{nncp-exec} команде.
index 884a91e1d971ac2b2a16bba0f905fd7d44950b8f..bc97c7ff5c08e4cd4e0b941ef6994e34bf0e7cd9 100644 (file)
@@ -338,7 +338,7 @@ plain packet type with @command{nncp-toss}, @command{nncp-file} and
 
 @item
 Fixed workability of @command{nncp-file} and @command{nncp-exec}
-commands, that use temporary file (stdin and @option{-use-tmp}).
+commands, that use temporary file (@code{stdin} and @option{-use-tmp}).
 
 @item
 Fixed disappearing bad return code in @command{nncp-exec} command.