Added info about -A and -u command line switches to man pages.
diff --git a/doc/zebra.8 b/doc/zebra.8
index 190f4a6..1256e6c 100644
--- a/doc/zebra.8
+++ b/doc/zebra.8
@@ -17,6 +17,13 @@
[
.B \-P port-number
]
+[
+.B \-A vty-address
+]
+[
+.B \-u user
+]
+
.SH DESCRIPTION
.B zebra
@@ -65,6 +72,16 @@
2602, as specified in \fB\fI/etc/services\fR.
.TP
+\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
+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.
+
+.TP
\fB\-r\fR, \fB\-\-retain\fR
When the program terminates, retain routes added by \fBzebra\fR.