diff options
author | hasso <hasso> | 2004-11-25 19:33:48 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-11-25 19:33:48 +0000 |
commit | f1f8b2966cb6d874535519c25e4f00632a2c1c91 (patch) | |
tree | 6c09c0510310cc31072ae95eb0dbd7874369b98f /doc/zebra.8 | |
parent | 3899454f6fd395460775cca0e4526f52ca8cfca0 (diff) | |
download | quagga-f1f8b2966cb6d874535519c25e4f00632a2c1c91.tar.bz2 quagga-f1f8b2966cb6d874535519c25e4f00632a2c1c91.tar.xz |
Diffstat (limited to 'doc/zebra.8')
-rw-r--r-- | doc/zebra.8 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/zebra.8 b/doc/zebra.8 index 25cbb363..a3f4b1ac 100644 --- a/doc/zebra.8 +++ b/doc/zebra.8 @@ -1,4 +1,4 @@ -.TH ZEBRA 8 "10 August 2004" "Zebra daemon" "Version 0.96.5" +.TH ZEBRA 8 "25 November 2004" "Zebra daemon" "Version 0.97.3" .SH NAME zebra \- a routing manager for use with associated Quagga components. .SH SYNOPSIS @@ -20,6 +20,9 @@ zebra \- a routing manager for use with associated Quagga components. ] [ .B \-u .I user +] [ +.B \-g +.I group ] .SH DESCRIPTION .B zebra @@ -40,7 +43,11 @@ Runs in batch mode, \fBzebra\fR parses its config and exits. Runs in daemon mode, forking and exiting from tty. .TP \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR -Specifies the config file to use for startup. If not specified this option will likely default to \fB\fI/usr/local/etc/zebra.conf\fR. +Specifies the config file to use for startup. If not specified this +option will likely default to \fB\fI/usr/local/etc/zebra.conf\fR. +.TP +\fB\-g\fR, \fB\-\-group \fR\fIgroup\fR +Specify the group to run as. Default is \fIquagga\fR. .TP \fB\-h\fR, \fB\-\-help\fR A brief message. @@ -65,8 +72,7 @@ Specify the address that the zebra VTY will listen on. Default is all intrefaces. .TP \fB\-u\fR, \fB\-\-user \fR\fIuser\fR -Specify the user and group to run as. User and group have to have same -name at the moment. Default is \fIquagga\fR. +Specify the user to run as. Default is \fIquagga\fR. .TP \fB\-r\fR, \fB\-\-retain\fR When the program terminates, retain routes added by \fBzebra\fR. |