Added info about -A and -u command line switches to man pages.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index cfe6e0e..7b174f7 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,11 @@
+2003-11-27 Hasso Tepper <hasso@estpak.ee>
+
+ * Added -A and -u descriptions to the man pages.
+
+2003-01-22 Christian Hammers <ch@westend.com>
+
+ * ospfd.texi (OSPF router, OSPF router): Add description.
+
2002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
* zebra-0.93 released.
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.
diff --git a/doc/ospf6d.8 b/doc/ospf6d.8
index 1882c10..6561320 100644
--- a/doc/ospf6d.8
+++ b/doc/ospf6d.8
@@ -17,6 +17,14 @@
[
.B \-P port-number
]
+[
+.B \-A vty-address
+]
+[
+.B \-u user
+]
+
+
.SH DESCRIPTION
.B ospf6d
@@ -53,6 +61,15 @@
2606, as specified in \fB\fI/etc/services\fR.
.TP
+\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
+Specify the address that the ospf6d VTY will listen on. Default is all
+intrefaces.
+
+.TP
+\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
+Specify the user ... Default is \fIquagga\fR.
+
+.TP
\fB\-v\fR, \fB\-\-version\fR
Print the version and exit.
diff --git a/doc/ospfd.8 b/doc/ospfd.8
index 0fbfce4..3bc11c1 100644
--- a/doc/ospfd.8
+++ b/doc/ospfd.8
@@ -17,6 +17,12 @@
[
.B \-P port-number
]
+[
+.B \-A vty-address
+]
+[
+.B \-u user
+]
.SH DESCRIPTION
.B ospfd
@@ -56,6 +62,16 @@
2604, as specified in \fB\fI/etc/services\fR.
.TP
+\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
+Specify the address that the ospfd 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\-v\fR, \fB\-\-version\fR
Print the version and exit.
diff --git a/doc/ripd.8 b/doc/ripd.8
index e15989f..c52c7aa 100644
--- a/doc/ripd.8
+++ b/doc/ripd.8
@@ -17,6 +17,13 @@
[
.B \-P port-number
]
+[
+.B \-A vty-address
+]
+[
+.B \-u user
+]
+
.SH DESCRIPTION
.B ripd
@@ -53,6 +60,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 ripd 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 \fBripd\fR.
diff --git a/doc/ripngd.8 b/doc/ripngd.8
index cff8abe..8108d99 100644
--- a/doc/ripngd.8
+++ b/doc/ripngd.8
@@ -17,6 +17,13 @@
[
.B \-P port-number
]
+[
+.B \-A vty-address
+]
+[
+.B \-u user
+]
+
.SH DESCRIPTION
.B ripngd
@@ -57,6 +64,16 @@
2603, as specified in \fB\fI/etc/services\fR.
.TP
+\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
+Specify the address that the ripngd 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 \fBripd\fR.
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.