Added info about -A and -u command line switches to man pages.
diff --git a/doc/bgpd.8 b/doc/bgpd.8
index cba3bda..867ae03 100644
--- a/doc/bgpd.8
+++ b/doc/bgpd.8
@@ -6,7 +6,7 @@
 .SH SYNOPSIS
 .B bgpd
 [
-.B \-dhpPv
+.B \-dhpPrv
 ]
 [
 .B \-f config-file
@@ -23,6 +23,13 @@
 [
 .B \-P vty-port-number
 ]
+[
+.B \-A vty-address
+]
+[
+.B \-u user
+]
+
 
 .SH DESCRIPTION
 .B bgpd 
@@ -62,6 +69,16 @@
 2605, as specified in \fI/etc/services\fR.
 
 .TP
+\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
+Specify the address that the bgpd 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 \fBbgpd\fR.