From 81c02d51b98b305a5160c9febb496106384894be Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 15 Jan 2010 01:06:26 +0000 Subject: updated manpages (added -u|--debug) --- doc/anytun-config.8 | 16 ++++++++++++++-- doc/anytun-config.8.txt | 7 +++++++ doc/anytun-controld.8 | 16 ++++++++++++++-- doc/anytun-controld.8.txt | 7 +++++++ doc/anytun.8 | 16 ++++++++++++++-- doc/anytun.8.txt | 7 +++++++ 6 files changed, 63 insertions(+), 6 deletions(-) diff --git a/doc/anytun-config.8 b/doc/anytun-config.8 index 317aa54..4a349c3 100644 --- a/doc/anytun-config.8 +++ b/doc/anytun-config.8 @@ -2,12 +2,12 @@ .\" Title: anytun-config .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.1 -.\" Date: 12/22/2009 +.\" Date: 01/15/2010 .\" Manual: anytun-config user manual .\" Source: anytun trunk .\" Language: English .\" -.TH "ANYTUN\-CONFIG" "8" "12/22/2009" "anytun trunk" "anytun-config user manual" +.TH "ANYTUN\-CONFIG" "8" "01/15/2010" "anytun trunk" "anytun-config user manual" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -26,6 +26,7 @@ anytun-config \- anycast tunneling configuration utility \fBanytun\-config\fR [ \fB\-h|\-\-help\fR ] [ \fB\-L|\-\-log\fR :[,[,[\&.\&.]]] + [ \fB\-U|\-\-debug\fR ] [ \fB\-r|\-\-remote\-host\fR ] [ \fB\-o|\-\-remote\-port\fR ] [ \fB\-4|\-\-ipv4\-only\fR ] @@ -75,6 +76,17 @@ log to standard error, parameters .RE .RE .PP +\fB\-U, \-\-debug\fR +.RS 4 +This option instructs +\fBAnytun\fR +to run in debug mode\&. It implicits +\fB\-D\fR +(don\(cqt daemonize) and adds a log target with the configuration +\fBstdout:5\fR +(logging with maximum level)\&. In future releases there might be additional output when this option is supplied\&. +.RE +.PP \fB\-r, \-\-remote\-host \fR .RS 4 This option can be used to specify the remote tunnel endpoint\&. In case of anycast tunnel endpoints, the anycast IP address has to be used\&. If you do not specify an address, it is automatically determined after receiving the first data packet\&. diff --git a/doc/anytun-config.8.txt b/doc/anytun-config.8.txt index 6a80b4d..89be356 100644 --- a/doc/anytun-config.8.txt +++ b/doc/anytun-config.8.txt @@ -12,6 +12,7 @@ SYNOPSIS anytun-config [ -h|--help ] [ -L|--log :[,[,[..]]] + [ -U|--debug ] [ -r|--remote-host ] [ -o|--remote-port ] [ -4|--ipv4-only ] @@ -49,6 +50,12 @@ OPTIONS *stdout*;; log to standard output, parameters *stderr*;; log to standard error, parameters +*-U, --debug*:: + This option instructs *Anytun* to run in debug mode. It implicits *-D* + (don't daemonize) and adds a log target with the configuration + *stdout:5* (logging with maximum level). In future releases there might + be additional output when this option is supplied. + *-r, --remote-host *:: This option can be used to specify the remote tunnel endpoint. In case of anycast tunnel endpoints, the diff --git a/doc/anytun-controld.8 b/doc/anytun-controld.8 index 40f9829..6151363 100644 --- a/doc/anytun-controld.8 +++ b/doc/anytun-controld.8 @@ -2,12 +2,12 @@ .\" Title: anytun-controld .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.1 -.\" Date: 01/13/2010 +.\" Date: 01/15/2010 .\" Manual: anytun-controld user manual .\" Source: anytun trunk .\" Language: English .\" -.TH "ANYTUN\-CONTROLD" "8" "01/13/2010" "anytun trunk" "anytun-controld user manual" +.TH "ANYTUN\-CONTROLD" "8" "01/15/2010" "anytun trunk" "anytun-controld user manual" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -31,6 +31,7 @@ anytun-controld \- anycast tunneling control daemon [ \fB\-C|\-\-chroot\fR ] [ \fB\-P|\-\-write\-pid\fR ] [ \fB\-L|\-\-log\fR :[,[,[\&.\&.]]] ] + [ \fB\-U|\-\-debug\fR ] [ \fB\-f|\-\-file\fR ] [ \fB\-X|\-\-control\-host\fR < [:port>] | : > ] .fi @@ -101,6 +102,17 @@ log to standard error, parameters .RE .RE .PP +\fB\-U, \-\-debug\fR +.RS 4 +This option instructs +\fBAnytun\fR +to run in debug mode\&. It implicits +\fB\-D\fR +(don\(cqt daemonize) and adds a log target with the configuration +\fBstdout:5\fR +(logging with maximum level)\&. In future releases there might be additional output when this option is supplied\&. +.RE +.PP \fB\-f, \-\-file \fR .RS 4 The path to the file which holds the sync information\&. diff --git a/doc/anytun-controld.8.txt b/doc/anytun-controld.8.txt index 921d5d4..413fa40 100644 --- a/doc/anytun-controld.8.txt +++ b/doc/anytun-controld.8.txt @@ -17,6 +17,7 @@ anytun-controld [ -C|--chroot ] [ -P|--write-pid ] [ -L|--log :[,[,[..]]] ] + [ -U|--debug ] [ -f|--file ] [ -X|--control-host < [:port>] | : > ] .... @@ -64,6 +65,12 @@ OPTIONS *stdout*;; log to standard output, parameters *stderr*;; log to standard error, parameters +*-U, --debug*:: + This option instructs *Anytun* to run in debug mode. It implicits *-D* + (don't daemonize) and adds a log target with the configuration + *stdout:5* (logging with maximum level). In future releases there might + be additional output when this option is supplied. + *-f, --file *:: The path to the file which holds the sync information. diff --git a/doc/anytun.8 b/doc/anytun.8 index f415358..1f5b6c9 100644 --- a/doc/anytun.8 +++ b/doc/anytun.8 @@ -2,12 +2,12 @@ .\" Title: anytun .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.1 -.\" Date: 01/13/2010 +.\" Date: 01/15/2010 .\" Manual: anytun user manual .\" Source: anytun trunk .\" Language: English .\" -.TH "ANYTUN" "8" "01/13/2010" "anytun trunk" "anytun user manual" +.TH "ANYTUN" "8" "01/15/2010" "anytun trunk" "anytun user manual" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -31,6 +31,7 @@ anytun \- anycast tunneling daemon [ \fB\-C|\-\-chroot\fR ] [ \fB\-P|\-\-write\-pid\fR ] [ \fB\-L|\-\-log\fR :[,[,[\&.\&.]]] ] + [ \fB\-U|\-\-debug\fR ] [ \fB\-i|\-\-interface\fR ] [ \fB\-p|\-\-port\fR ] [ \fB\-r|\-\-remote\-host\fR ] @@ -127,6 +128,17 @@ log to standard error, parameters .RE .RE .PP +\fB\-U, \-\-debug\fR +.RS 4 +This option instructs +\fBAnytun\fR +to run in debug mode\&. It implicits +\fB\-D\fR +(don\(cqt daemonize) and adds a log target with the configuration +\fBstdout:5\fR +(logging with maximum level)\&. In future releases there might be additional output when this option is supplied\&. +.RE +.PP \fB\-i, \-\-interface \fR .RS 4 This IP address is used as the sender address for outgoing packets\&. In case of anycast tunnel endpoints, the anycast IP has to be used\&. In case of unicast endpoints, the address is usually derived correctly from the routing table\&. The default is to not use a special inteface and just bind on all interfaces\&. diff --git a/doc/anytun.8.txt b/doc/anytun.8.txt index ec7c301..230558e 100644 --- a/doc/anytun.8.txt +++ b/doc/anytun.8.txt @@ -17,6 +17,7 @@ anytun [ -C|--chroot ] [ -P|--write-pid ] [ -L|--log :[,[,[..]]] ] + [ -U|--debug ] [ -i|--interface ] [ -p|--port ] [ -r|--remote-host ] @@ -96,6 +97,12 @@ passed to the daemon: *stdout*;; log to standard output, parameters *stderr*;; log to standard error, parameters +*-U, --debug*:: + This option instructs *Anytun* to run in debug mode. It implicits *-D* + (don't daemonize) and adds a log target with the configuration + *stdout:5* (logging with maximum level). In future releases there might + be additional output when this option is supplied. + *-i, --interface *:: This IP address is used as the sender address for outgoing packets. In case of anycast tunnel endpoints, the anycast -- cgit v1.2.3