From: Sergey Matveev Date: Wed, 28 Jul 2021 09:39:42 +0000 (+0300) Subject: Use @dots{} whether possible X-Git-Tag: v7.5.0^2 X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=commitdiff_plain;h=5d9003aa63f733df951fcab8fbd69e60f20ecc38 Use @dots{} whether possible --- diff --git a/doc/chunked.texi b/doc/chunked.texi index 5f78c23..67f4259 100644 --- a/doc/chunked.texi +++ b/doc/chunked.texi @@ -14,7 +14,7 @@ Splitting is done with @ref{nncp-file, nncp-file -chunked} command and reassembling with @ref{nncp-reass} command. Chunked @file{FILE} produces @file{FILE.nncp.meta}, -@file{FILE.nncp.chunk0}, @file{FILE.nncp.chunk1}, ... files. All +@file{FILE.nncp.chunk0}, @file{FILE.nncp.chunk1}, @dots{} files. All @file{.nncp.chunkXXX} can be concatenated together to produce original @file{FILE}. diff --git a/doc/cmd/nncp-bundle.texi b/doc/cmd/nncp-bundle.texi index 9508946..9db031f 100644 --- a/doc/cmd/nncp-bundle.texi +++ b/doc/cmd/nncp-bundle.texi @@ -2,9 +2,9 @@ @section nncp-bundle @example -$ nncp-bundle [options] -tx [-delete] NODE [NODE ...] > ... -$ nncp-bundle [options] -rx -delete [-dryrun] [NODE ...] < ... -$ nncp-bundle [options] -rx [-check] [-dryrun] [NODE ...] < ... +$ nncp-bundle [options] -tx [-delete] NODE [NODE @dots{}] > ... +$ nncp-bundle [options] -rx -delete [-dryrun] [NODE @dots{}] < ... +$ nncp-bundle [options] -rx [-check] [-dryrun] [NODE @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 86516a9..54609fe 100644 --- a/doc/cmd/nncp-call.texi +++ b/doc/cmd/nncp-call.texi @@ -7,7 +7,7 @@ $ nncp-call [options] [-maxonlinetime INT] [-rx|-tx] [-list] - [-pkts PKT,PKT,...] + [-pkts PKT,PKT,@dots{}] [-rxrate INT] [-txrate INT] [-autotoss*] diff --git a/doc/cmd/nncp-caller.texi b/doc/cmd/nncp-caller.texi index 0b309d8..a4d0dc5 100644 --- a/doc/cmd/nncp-caller.texi +++ b/doc/cmd/nncp-caller.texi @@ -2,7 +2,7 @@ @section nncp-caller @example -$ nncp-caller [options] [NODE ...] +$ nncp-caller [options] [NODE @dots{}] @end example Croned daemon that calls remote nodes from time to time, according to diff --git a/doc/cmd/nncp-cfgdir.texi b/doc/cmd/nncp-cfgdir.texi index ec45ddd..c4f96e4 100644 --- a/doc/cmd/nncp-cfgdir.texi +++ b/doc/cmd/nncp-cfgdir.texi @@ -2,7 +2,7 @@ @section nncp-cfgdir @example -$ nncp-cfgdir [options] [-cfg ...] -dump /path/to/dir +$ nncp-cfgdir [options] [-cfg @dots{}] -dump /path/to/dir $ nncp-cfgdir [options] -load /path/to/dir > cfg.hjson @end example diff --git a/doc/cmd/nncp-exec.texi b/doc/cmd/nncp-exec.texi index 7bd7508..7eb5e8a 100644 --- a/doc/cmd/nncp-exec.texi +++ b/doc/cmd/nncp-exec.texi @@ -2,8 +2,8 @@ @section nncp-exec @example -$ nncp-exec [options] [-use-tmp] [-nocompress] NODE HANDLE [ARG0 ARG1 ...] -$ nncp-exec [options] [-use-tmp] [-nocompress] area:AREA HANDLE [ARG0 ARG1 ...] +$ nncp-exec [options] [-use-tmp] [-nocompress] NODE HANDLE [ARG0 ARG1 @dots{}] +$ nncp-exec [options] [-use-tmp] [-nocompress] area:AREA HANDLE [ARG0 ARG1 @dots{}] @end example Send execution command to @option{NODE} for specified @option{HANDLE}. diff --git a/doc/cmd/nncp-hash.texi b/doc/cmd/nncp-hash.texi index adc6e8f..babd150 100644 --- a/doc/cmd/nncp-hash.texi +++ b/doc/cmd/nncp-hash.texi @@ -2,7 +2,7 @@ @section nncp-hash @example -$ nncp-hash [-file ...] [-seek X] [-debug] [-progress] +$ nncp-hash [-file @dots{}] [-seek X] [-debug] [-progress] @end example Calculate @ref{MTH} hash of either stdin, or @option{-file} if diff --git a/doc/cmd/nncp-trns.texi b/doc/cmd/nncp-trns.texi index 8e66205..c9b77cc 100644 --- a/doc/cmd/nncp-trns.texi +++ b/doc/cmd/nncp-trns.texi @@ -2,8 +2,8 @@ @section nncp-trns @example -$ nncp-trns [options] -via NODEx[,...] NODE:PKT -$ nncp-trns [options] -via NODEx[,...] /path/to/PKT +$ nncp-trns [options] -via NODEx[,@dots{}] NODE:PKT +$ nncp-trns [options] -via NODEx[,@dots{}] /path/to/PKT @end example diff --git a/doc/cronexpr.texi b/doc/cronexpr.texi index 3331b12..e0e4394 100644 --- a/doc/cronexpr.texi +++ b/doc/cronexpr.texi @@ -28,7 +28,7 @@ every month. Slashes describe increments of ranges. For example @verb{|3-59/15|} in the minute field indicate the third minute of the hour and every 15 minutes thereafter. The form @verb{|*/...|} is equivalent to the form -"first-last/...", that is, an increment over the largest possible range +"first-last/@dots{}", that is, an increment over the largest possible range of the field. @item Comma (@verb{|,|}) diff --git a/doc/integration/postfix.texi b/doc/integration/postfix.texi index f597ea9..f02dca0 100644 --- a/doc/integration/postfix.texi +++ b/doc/integration/postfix.texi @@ -75,7 +75,7 @@ willing to relay mail for. @example /usr/local/etc/postfix/main.cf: - relay_domains = example.com ...other relay domains... + relay_domains = example.com @dots{}other relay domains@dots{} @end example See the @option{relay_domains} configuration parameter description for diff --git a/doc/integration/ppp.texi b/doc/integration/ppp.texi index d5076c7..e274cd1 100644 --- a/doc/integration/ppp.texi +++ b/doc/integration/ppp.texi @@ -23,7 +23,7 @@ to setup it: @example /etc/gettytab: - default:pp=/usr/local/bin/ppplogin:... + default:pp=/usr/local/bin/ppplogin:@dots{} @end example @example diff --git a/doc/integration/warc.texi b/doc/integration/warc.texi index 6e62f5c..de7cc92 100644 --- a/doc/integration/warc.texi +++ b/doc/integration/warc.texi @@ -45,8 +45,7 @@ $ wget \ --timestamping \ -l inf \ --no-remove-listing \ - --no-parent \ - [...] + --no-parent [@dots{}] \ http://www.example.com/ @end example @@ -59,8 +58,7 @@ output format. $ wget \ --warc-file www.example_com-$(date '+%Y%M%d%H%m%S') \ --no-warc-compression \ - --no-warc-keep-log \ - [...] + --no-warc-keep-log [@dots{}] \ http://www.example.com/ @end example diff --git a/doc/news.ru.texi b/doc/news.ru.texi index 29dd5a8..ca867b1 100644 --- a/doc/news.ru.texi +++ b/doc/news.ru.texi @@ -545,7 +545,7 @@ SP протокол порождает меньше вызовов записе @item @option{freq}, @option{freqminsize}, @option{freqchunked} опции конфигурационного файла заменены на структуру -@option{freq: @{path: ..., minsize: ..., chunked: ...@}}. +@option{freq: @{path: @dots{}, minsize: @dots{}, chunked: @dots{}@}}. @item Добавлена @option{freq.maxsize} опция конфигурационного файл, diff --git a/doc/news.texi b/doc/news.texi index 0f23057..a17cdad 100644 --- a/doc/news.texi +++ b/doc/news.texi @@ -529,7 +529,7 @@ Free disk space is checked during outbound packets creation. @item @option{freq}, @option{freqminsize}, @option{freqchunked} configuration file options replaced with the structure: -@option{freq: @{path: ..., minsize: ..., chunked: ...@}}. +@option{freq: @{path: @dots{}, minsize: @dots{}, chunked: @dots{}@}}. @item Added @option{freq.maxsize} configuration file option, forbidding of