]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/cmd/nncp-call.texi
More @dots usage
[nncp.git] / doc / cmd / nncp-call.texi
index 6c58b5c152f269e59c72b3d2fe6f3fee4fff5497..be3b6e9b6d0160a661e0f26ec160658ac7aacdf1 100644 (file)
@@ -1,4 +1,5 @@
 @node nncp-call
 @node nncp-call
+@pindex nncp-call
 @section nncp-call
 
 @example
 @section nncp-call
 
 @example
@@ -43,10 +44,10 @@ 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
 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
 
 If you specify @option{-ucspi} option, then it is assumed that you run
-@command{nncp-call} command under some UCSPI-TCP compatible utility,
+@command{@ref{nncp-call}} command under some UCSPI-TCP compatible utility,
 that provides read/write channels through 6/7 file descriptors.
 
 @option{-mcd-wait} options tells to wait up to specified number of
 that provides read/write channels through 6/7 file descriptors.
 
 @option{-mcd-wait} options tells to wait up to specified number of
@@ -55,7 +56,7 @@ the packet is received, initiate a call.
 
 @option{-autotoss} option runs tosser on node's spool every second
 during the call. All @option{-autotoss-*} options is the same as in
 
 @option{-autotoss} option runs tosser on node's spool every second
 during the call. All @option{-autotoss-*} options is the same as in
-@ref{nncp-toss} command.
+@command{@ref{nncp-toss}} command.
 
 Partly downloaded packets are stored in @file{.part} files. By default
 all downloaded files are sequentially checksummed in the background,
 
 Partly downloaded packets are stored in @file{.part} files. By default
 all downloaded files are sequentially checksummed in the background,
@@ -64,8 +65,8 @@ option is set, then no checksumming is done, renaming fully downloaded
 files to @file{.nock} extension. Pay attention that checksumming can be
 time consuming and connection could be lost during that check, so remote
 node won't be notified that the file is finished. If you run
 files to @file{.nock} extension. Pay attention that checksumming can be
 time consuming and connection could be lost during that check, so remote
 node won't be notified that the file is finished. If you run
-@ref{nncp-check, @command{nncp-check -nock}}, that will checksum files
-and strip the @file{.nock} extension, then repeated call to remote node
-will notify about packet's completion. Also it will be notified if
-@ref{nncp-toss, tossing} created @file{seen/} file.
-Read @ref{CfgNoCK, more} about @option{-nock} option.
+@command{@ref{nncp-check} -nock}, that will checksum files and strip the
+@file{.nock} extension, then repeated call to remote node will notify about
+packet's completion. Also it will be notified if @ref{nncp-toss, tossing}
+created @file{seen/} file. Read @ref{CfgNoCK, more} about @option{-nock}
+option.