From 5cc10d965abcd8971d7fe8d1a8aab2ee88266d33 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 2 Mar 2022 17:29:40 +0300 Subject: [PATCH] More @dots usage --- doc/building.texi | 2 +- doc/cfg/neigh.texi | 2 +- doc/cmd/nncp-bundle.texi | 6 +++--- doc/cmd/nncp-call.texi | 2 +- doc/news.ru.texi | 6 +++--- doc/news.texi | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/building.texi b/doc/building.texi index dc42ac6..5926ee5 100644 --- a/doc/building.texi +++ b/doc/building.texi @@ -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 diff --git a/doc/cfg/neigh.texi b/doc/cfg/neigh.texi index 1f1d3da..7912fe3 100644 --- a/doc/cfg/neigh.texi +++ b/doc/cfg/neigh.texi @@ -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 diff --git a/doc/cmd/nncp-bundle.texi b/doc/cmd/nncp-bundle.texi index d351b72..853f06f 100644 --- a/doc/cmd/nncp-bundle.texi +++ b/doc/cmd/nncp-bundle.texi @@ -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 diff --git a/doc/cmd/nncp-call.texi b/doc/cmd/nncp-call.texi index 043d7e2..be3b6e9 100644 --- a/doc/cmd/nncp-call.texi +++ b/doc/cmd/nncp-call.texi @@ -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, diff --git a/doc/news.ru.texi b/doc/news.ru.texi index 9603159..eae883a 100644 --- a/doc/news.ru.texi +++ b/doc/news.ru.texi @@ -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 diff --git a/doc/news.texi b/doc/news.texi index b9802ec..884a91e 100644 --- a/doc/news.texi +++ b/doc/news.texi @@ -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 -- 2.44.0