]> Cypherpunks.ru repositories - nncp.git/commitdiff
More @dots usage
authorSergey Matveev <stargrave@stargrave.org>
Wed, 2 Mar 2022 14:29:40 +0000 (17:29 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 2 Mar 2022 14:29:40 +0000 (17:29 +0300)
doc/building.texi
doc/cfg/neigh.texi
doc/cmd/nncp-bundle.texi
doc/cmd/nncp-call.texi
doc/news.ru.texi
doc/news.texi

index dc42ac6c28262443fe5ddcc618c0d9ccecc6a444..5926ee5e28acd04314bf2e1ef6e4492aafbfaeba 100644 (file)
@@ -90,7 +90,7 @@ have either broken or unsupported ones. You can still build NNCP with
 usage at all:
 
 @example
-$ GO_CFLAGS="-tags nofsnotify" redo ...
+$ GO_CFLAGS="-tags nofsnotify" redo @dots{}
 @end example
 
 @vindex noyggdrasil
index 1f1d3da244d24ff81e8729b0b319c71a621304fb..7912fe31f9ef7298d0f36ebddb8d42cd6d7bb96a 100644 (file)
@@ -136,7 +136,7 @@ NNCP_NICE=64 \
     start and its @code{stdin}/@code{stdout} used as a connection.
 
     To use @ref{Yggdrasil} network for connectivity, use
-    @verb{|yggdrasil:PUB;PRV;PEER[,...]|} format, read about
+    @code{yggdrasil:PUB;PRV;PEER[,@dots{}]} format, read about
     @ref{CfgYggdrasilAliases, possible aliases} usage.
 
     May be omitted if either no direct connection exists, or
index d351b72ca02e4d76837dcf45d050f20ccba569e1..853f06f6370d13bac251e613f088c4537ead36b2 100644 (file)
@@ -3,9 +3,9 @@
 @section nncp-bundle
 
 @example
-$ nncp-bundle [options] -tx [-delete] NODE [NODE @dots{}] > ...
-$ nncp-bundle [options] -rx -delete [-dryrun] [NODE @dots{}] < ...
-$ nncp-bundle [options] -rx [-check] [-dryrun] [NODE @dots{}] < ...
+$ nncp-bundle [options] -tx [-delete] NODE [NODE @dots{}] > @dots{}
+$ nncp-bundle [options] -rx -delete [-dryrun] [NODE @dots{}] < @dots{}
+$ nncp-bundle [options] -rx [-check] [-dryrun] [NODE @dots{}] < @dots{}
 @end example
 
 With @option{-tx} option, this command creates @ref{Bundles, bundle} of
index 043d7e22b856f1622e0581567e244772e8d87a8a..be3b6e9b6d0160a661e0f26ec160658ac7aacdf1 100644 (file)
@@ -44,7 +44,7 @@ not specify the exact one, then all will be tried until the first
 success. Optionally you can force @option{FORCEADDR} address usage,
 instead of addresses taken from configuration file. You can specify
 @verb{|host:port|}, @verb{#|some command#} and
-@verb{|yggdrasil:PUB;PRV;PEER[,...]|} formats.
+@code{yggdrasil:PUB;PRV;PEER[,@dots{}]} formats.
 
 If you specify @option{-ucspi} option, then it is assumed that you run
 @command{@ref{nncp-call}} command under some UCSPI-TCP compatible utility,
index 96031594d84c052c3fa291a0c39fe9689cb51377..eae883ac2d992af1a8cc5b07710f31b20f3a9735 100644 (file)
@@ -88,7 +88,7 @@ Yggdrasil использует IPv6+TCP сетевой стэк написанн
 качестве обычного TCP сервера внутри overlay сети.
 
 @item
-Конфигурационные строки Yggdrasil вида @code{prv;bind1,bind2;pub...}
+Конфигурационные строки Yggdrasil вида @code{prv;bind1,bind2;pub@dots{}}
 заменены на URL-подобные (@code{yggdrasils://PRV?bind=BIND1&bind=BIND2&pub=PUB}).
 
 @item
@@ -954,8 +954,8 @@ pipe вызов сторонней команды.
     нужно использовать @verb{|nncp-exec NODE sendmail RECIPIENT|}.
     @item
     @option{sendmail} опция конфигурационного файла заменена на более гибкую
-    @option{exec}. @verb{|sendmail: [...]|} нужно заменить на @verb{|exec:
-    sendmail: [...]|}.
+    @option{exec}. @code{sendmail: [@dots{}]} нужно заменить на
+    @code{exec: sendmail: [@dots{}]}.
     @end itemize
 
 @item
index b9802ec2a1b320a5736e11d83325cb00e64fbed1..884a91e1d971ac2b2a16bba0f905fd7d44950b8f 100644 (file)
@@ -88,7 +88,7 @@ transport protocol, making it able to work as an ordinary TCP server
 inside overlay network.
 
 @item
-Yggdrasil's @code{prv;bind1,bind2;pub...}-like configuration strings are
+Yggdrasil's @code{prv;bind1,bind2;pub@dots{}}-like configuration strings are
 replaced with URL-like ones (@code{yggdrasils://PRV?bind=BIND1&bind=BIND2&pub=PUB}).
 
 @item
@@ -927,8 +927,8 @@ option in configuration file and using @command{nncp-exec} command:
     you must use @verb{|nncp-exec NODE sendmail RECIPIENT|}.
     @item
     @option{sendmail} configuration file option is replaced with
-    @option{exec}. @verb{|sendmail: [...]|} must be replaced with
-    @verb{|exec: sendmail: [...]|}.
+    @option{exec}. @code{sendmail: [@dots{}]} must be replaced with
+    @code{exec: sendmail: [@dots{}]}.
     @end itemize
 
 @item