From 7b97a2dfb91152ead0764c8e7a5432bb3b4cfecd Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 11 Feb 2010 10:09:57 +0000 Subject: cleaned up manpage --- doc/uanytun.8 | 108 +++++++++++++++++++++++++++--------------------------- doc/uanytun.8.txt | 92 +++++++++++++++++++++++----------------------- 2 files changed, 100 insertions(+), 100 deletions(-) (limited to 'doc') diff --git a/doc/uanytun.8 b/doc/uanytun.8 index 23947f7..6a69bd1 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 -.\" Date: 01/15/2010 +.\" Date: 02/11/2010 .\" Manual: uanytun user manual .\" Source: uanytun trunk .\" Language: English .\" -.TH "UANYTUN" "8" "01/15/2010" "uanytun trunk" "uanytun user manual" +.TH "UANYTUN" "8" "02/11/2010" "uanytun trunk" "uanytun user manual" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -68,17 +68,17 @@ This option instructs to run in foreground instead of becoming a daemon which is the default\&. .RE .PP -\fB\-u, \-\-username \fR +\fB\-u, \-\-username \fR\fB\fI\fR\fR .RS 4 run as this user\&. If no group is specified (\fB\-g\fR) the default group of the user is used\&. The default is to not drop privileges\&. .RE .PP -\fB\-g, \-\-groupname \fR +\fB\-g, \-\-groupname \fR\fB\fI\fR\fR .RS 4 run as this group\&. If no username is specified (\fB\-u\fR) this gets ignored\&. The default is to not drop privileges\&. .RE .PP -\fB\-C, \-\-chroot \fR +\fB\-C, \-\-chroot \fR\fB\fI\fR\fR .RS 4 Instruct \fBuAnytun\fR @@ -92,7 +92,7 @@ Instruct to write it\(cqs pid to this file\&. The default is to not create a pid file\&. .RE .PP -\fB\-L, \-\-log :[,[,[\&.\&.]]]\fR +\fB\-L, \-\-log \fR\fB\fI:[,[,[\&.\&.]]]\fR\fR .RS 4 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\&. @@ -102,22 +102,22 @@ is added\&. The following targets are supported: .PP -\fBsyslog\fR +\fIsyslog\fR .RS 4 log to syslog daemon, parameters [,[,]] .RE .PP -\fBfile\fR +\fIfile\fR .RS 4 log to file, parameters [,] .RE .PP -\fBstdout\fR +\fIstdout\fR .RS 4 log to standard output, parameters .RE .PP -\fBstderr\fR +\fIstderr\fR .RS 4 log to standard error, parameters .RE @@ -134,22 +134,22 @@ to run in debug mode\&. It implicits (logging with maximum level)\&. In future releases there might be additional output when this option is supplied\&. .RE .PP -\fB\-i, \-\-interface \fR +\fB\-i, \-\-interface \fR\fB\fI\fR\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\&. .RE .PP -\fB\-p, \-\-port \fR +\fB\-p, \-\-port \fR\fB\fI\fR\fR .RS 4 The local UDP port that is used to send and receive the payload data\&. The two tunnel endpoints can use different ports\&. default: 4444 .RE .PP -\fB\-r, \-\-remote\-host \fR +\fB\-r, \-\-remote\-host \fR\fB\fI\fR\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\&. .RE .PP -\fB\-o, \-\-remote\-port \fR +\fB\-o, \-\-remote\-port \fR\fB\fI\fR\fR .RS 4 The UDP port used for payload data by the remote host (specified with \-p on the remote host)\&. If you do not specify a port, it is automatically determined after receiving the first data packet\&. .RE @@ -164,62 +164,62 @@ Resolv to IPv4 addresses only\&. The default is to resolv both IPv4 and IPv6 add Resolv to IPv6 addresses only\&. The default is to resolv both IPv4 and IPv6 addresses\&. .RE .PP -\fB\-d, \-\-dev \fR +\fB\-d, \-\-dev \fR\fB\fI\fR\fR .RS 4 device name By default, tapN is used for Ethernet tunnel interfaces, and tunN for IP tunnels, respectively\&. This option can be used to manually override these defaults\&. .RE .PP -\fB\-t, \-\-type \fR +\fB\-t, \-\-type \fR\fB\fI\fR\fR .RS 4 device type Type of the tunnels to create\&. Use tap for Ethernet tunnels, tun for IP tunnels\&. .RE .PP -\fB\-n, \-\-ifconfig /\fR +\fB\-n, \-\-ifconfig \fR\fB\fI/\fR\fR .RS 4 The local IP address and prefix length\&. The remote tunnel endpoint has to use a different IP address in the same subnet\&. .PP -\fB\fR +\fI\fR .RS 4 the local IP address for the tun/tap device .RE .PP -\fB\fR +\fI\fR .RS 4 the prefix length of the network .RE .RE .PP -\fB\-x, \-\-post\-up\-script