diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/uanytun.8 | 16 | ||||
-rw-r--r-- | doc/uanytun.8.txt | 7 |
2 files changed, 21 insertions, 2 deletions
diff --git a/doc/uanytun.8 b/doc/uanytun.8 index abdaf87..23947f7 100644 --- a/doc/uanytun.8 +++ b/doc/uanytun.8 @@ -2,12 +2,12 @@ .\" Title: uanytun .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/> -.\" Date: 01/11/2010 +.\" Date: 01/15/2010 .\" Manual: uanytun user manual .\" Source: uanytun trunk .\" Language: English .\" -.TH "UANYTUN" "8" "01/11/2010" "uanytun trunk" "uanytun user manual" +.TH "UANYTUN" "8" "01/15/2010" "uanytun trunk" "uanytun user manual" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -31,6 +31,7 @@ uanytun \- micro anycast tunneling daemon [ \fB\-C|\-\-chroot\fR <path> ] [ \fB\-P|\-\-write\-pid\fR <filename> ] [ \fB\-L|\-\-log\fR <target>:<level>[,<param1>[,<param2>[\&.\&.]]] ] + [ \fB\-U|\-\-debug\fR ] [ \fB\-i|\-\-interface\fR <ip\-address> ] [ \fB\-p|\-\-port\fR <port> ] [ \fB\-r|\-\-remote\-host\fR <hostname|ip> ] @@ -122,6 +123,17 @@ log to standard error, parameters <level> .RE .RE .PP +\fB\-U, \-\-debug\fR +.RS 4 +This option instructs +\fBuAnytun\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 <ip address>\fR .RS 4 This IP address is used as the sender address for outgoing packets\&. The default is to not use a special inteface and just bind on all interfaces\&. diff --git a/doc/uanytun.8.txt b/doc/uanytun.8.txt index 9194906..ddb9faf 100644 --- a/doc/uanytun.8.txt +++ b/doc/uanytun.8.txt @@ -19,6 +19,7 @@ uanytun [ -C|--chroot <path> ] [ -P|--write-pid <filename> ] [ -L|--log <target>:<level>[,<param1>[,<param2>[..]]] ] + [ -U|--debug ] [ -i|--interface <ip-address> ] [ -p|--port <port> ] [ -r|--remote-host <hostname|ip> ] @@ -98,6 +99,12 @@ passed to the daemon: *stdout*;; log to standard output, parameters <level> *stderr*;; log to standard error, parameters <level> +*-U, --debug*:: + This option instructs *uAnytun* 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 <ip address>*:: This IP address is used as the sender address for outgoing packets. The default is to not use a special inteface and just |