diff options
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/bgpd.8 | 2 | ||||
-rw-r--r-- | doc/isisd.8 | 2 | ||||
-rw-r--r-- | doc/ospf6d.8 | 2 | ||||
-rw-r--r-- | doc/ospfd.8 | 2 | ||||
-rw-r--r-- | doc/ripd.8 | 2 | ||||
-rw-r--r-- | doc/ripngd.8 | 2 | ||||
-rw-r--r-- | doc/zebra.8 | 2 |
8 files changed, 12 insertions, 7 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 451373a4..31ee6536 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * bgpd.8,isisd.8,ospf6d.8,ospfd.8,ripd.8,ripngd.8,zebra.8: Fix + spelling mistake: intrefaces -> interfaces. + 2005-04-10 Paul Jakma <paul@dishone.st> * quagga.info: Update to match bgpd.texi addition @@ -66,7 +66,7 @@ Specify the port that the bgpd VTY will listen on. This defaults to .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. +interfaces. .TP \fB\-u\fR, \fB\-\-user \fR\fIuser\fR Specify the user to run as. Default is \fIquagga\fR. diff --git a/doc/isisd.8 b/doc/isisd.8 index 7ae7dbaf..5837e36c 100644 --- a/doc/isisd.8 +++ b/doc/isisd.8 @@ -58,7 +58,7 @@ Specify the port that the isisd VTY will listen on. This defaults to .TP \fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR Specify the address that the isisd VTY will listen on. Default is all -intrefaces. +interfaces. .TP \fB\-u\fR, \fB\-\-user \fR\fIuser\fR Specify the user to run as. Default is \fIquagga\fR. diff --git a/doc/ospf6d.8 b/doc/ospf6d.8 index 2266fffe..63dedb39 100644 --- a/doc/ospf6d.8 +++ b/doc/ospf6d.8 @@ -59,7 +59,7 @@ Specify the port that the ospf6d VTY will listen on. This defaults to .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. +interfaces. .TP \fB\-u\fR, \fB\-\-user \fR\fIuser\fR Specify the user to run as. Default is \fIquagga\fR. diff --git a/doc/ospfd.8 b/doc/ospfd.8 index c6c1857f..8dd527bc 100644 --- a/doc/ospfd.8 +++ b/doc/ospfd.8 @@ -61,7 +61,7 @@ Specify the port that the ospfd VTY will listen on. This defaults to .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. +interfaces. .TP \fB\-u\fR, \fB\-\-user \fR\fIuser\fR Specify the user to run as. Default is \fIquagga\fR. @@ -59,7 +59,7 @@ Specify the port that the ripd VTY will listen on. This defaults to .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. +interfaces. .TP \fB\-u\fR, \fB\-\-user \fR\fIuser\fR Specify the user to run as. Default is \fIquagga\fR. diff --git a/doc/ripngd.8 b/doc/ripngd.8 index c45fc307..471c5296 100644 --- a/doc/ripngd.8 +++ b/doc/ripngd.8 @@ -62,7 +62,7 @@ Specify the port that the ripngd VTY will listen on. This defaults to .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. +interfaces. .TP \fB\-u\fR, \fB\-\-user \fR\fIuser\fR Specify the user to run as. Default is \fIquagga\fR. diff --git a/doc/zebra.8 b/doc/zebra.8 index a3f4b1ac..472351fb 100644 --- a/doc/zebra.8 +++ b/doc/zebra.8 @@ -69,7 +69,7 @@ Specify the port that the zebra VTY will listen on. This defaults to .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. +interfaces. .TP \fB\-u\fR, \fB\-\-user \fR\fIuser\fR Specify the user to run as. Default is \fIquagga\fR. |