summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anylike.org>2010-01-15 01:11:06 +0000
committerChristian Pointner <equinox@anylike.org>2010-01-15 01:11:06 +0000
commitebaa2ad558a6c8cf8e2c1968bffcc6cbdc89b23c (patch)
tree6adbc92192af7b0adda952a6debce5831337ecf5
parentadded debug cmd line option (diff)
updated manpage (add -U|--debug)
-rw-r--r--doc/anylike.816
-rw-r--r--doc/anylike.8.txt8
2 files changed, 22 insertions, 2 deletions
diff --git a/doc/anylike.8 b/doc/anylike.8
index 567048c..7e73471 100644
--- a/doc/anylike.8
+++ b/doc/anylike.8
@@ -2,12 +2,12 @@
.\" Title: anylike
.\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/>
-.\" Date: 12/29/2009
+.\" Date: 01/15/2010
.\" Manual: anylike user manual
.\" Source: anylike trunk
.\" Language: English
.\"
-.TH "ANYLIKE" "8" "12/29/2009" "anylike trunk" "anylike user manual"
+.TH "ANYLIKE" "8" "01/15/2010" "anylike trunk" "anylike user manual"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@@ -31,6 +31,7 @@ uanytun
[ \fB\-C|\-\-chroot\fR <path> ]
[ \fB\-P|\-\-write\-pid\fR <filename> ]
[ \fB\-L|\-\-log\fR <target>:<level>[,<param1>[,<param2>[\&.\&.]]] ]
+ [ \fB\-U|\-\-debug\fR ]
.fi
.SH "DESCRIPTION"
.sp
@@ -100,6 +101,17 @@ log to standard output, parameters <level>
log to standard error, parameters <level>
.RE
.RE
+.PP
+\fB\-U, \-\-debug\fR
+.RS 4
+This option instructs
+\fBanylike\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
.SH "EXAMPLES"
.sp
nothing yet\&.\&.
diff --git a/doc/anylike.8.txt b/doc/anylike.8.txt
index c203879..27e79df 100644
--- a/doc/anylike.8.txt
+++ b/doc/anylike.8.txt
@@ -19,6 +19,7 @@ uanytun
[ -C|--chroot <path> ]
[ -P|--write-pid <filename> ]
[ -L|--log <target>:<level>[,<param1>[,<param2>[..]]] ]
+ [ -U|--debug ]
....
@@ -73,6 +74,13 @@ The following options can be passed to the *anylike* daemon:
*stdout*;; log to standard output, parameters <level>
*stderr*;; log to standard error, parameters <level>
+*-U, --debug*::
+ This option instructs *anylike* 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.
+
+
EXAMPLES
--------