From 88f272bac7af8c021f0bd272dbc841441279f5c7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 11 Feb 2010 10:57:11 +0000 Subject: cleaned up manpages --- doc/anytun-controld.8.txt | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'doc/anytun-controld.8.txt') diff --git a/doc/anytun-controld.8.txt b/doc/anytun-controld.8.txt index 413fa40..6c7a3d8 100644 --- a/doc/anytun-controld.8.txt +++ b/doc/anytun-controld.8.txt @@ -3,6 +3,7 @@ anytun-controld(8) NAME ---- + anytun-controld - anycast tunneling control daemon SYNOPSIS @@ -34,47 +35,47 @@ OPTIONS This option instructs *anytun-controld* to run in foreground instead of becoming a daemon which is the default. -*-u, --username *:: +*-u, --username ''*:: run as this user. If no group is specified (*-g*) the default group of the user is used. The default is to not drop privileges. -*-g, --groupname *:: +*-g, --groupname ''*:: run as this group. If no username is specified (*-u*) this gets ignored. The default is to not drop privileges. -*-C, --chroot *:: +*-C, --chroot ''*:: Instruct *anytun-controld* to run in a chroot jail. The default is to not run in chroot. -*-P, --write-pid *:: +*-P, --write-pid ''*:: Instruct *anytun-controld* to write it's pid to this file. The default is to not create a pid file. -*-L, --log :[,[,[..]]]*:: +*-L, --log ':[,[,[..]]]'*:: add log target to logging system. This can be invoked several times in order to log to different targets at the same time. Every target hast its own log level which is a number between 0 and 5. Where 0 means disabling log and 5 means debug messages are enabled. + The file target can be used more the once with different levels. If no target is provided at the command line a single target with the - config *syslog:3,anytun-controld,daemon* is added. + + config 'syslog:3,anytun-controld,daemon' is added. + The following targets are supported: - *syslog*;; log to syslog daemon, parameters [,[,]] - *file*;; log to file, parameters [,] - *stdout*;; log to standard output, parameters - *stderr*;; log to standard error, parameters + 'syslog';; log to syslog daemon, parameters [,[,]] + 'file';; log to file, parameters [,] + '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 + 'stdout:5' (logging with maximum level). In future releases there might be additional output when this option is supplied. -*-f, --file *:: +*-f, --file ''*:: The path to the file which holds the sync information. -*-X, --control-host [:]*:: +*-X, --control-host '[:]'*:: fetch the config from this host. The default is not to use a control host and therefore this is empty. Mind that the port can be omitted in which case port 2323 is used. If you want to specify an -- cgit v1.2.3