summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorajs <ajs>2005-04-22 13:14:49 +0000
committerajs <ajs>2005-04-22 13:14:49 +0000
commita0e64a63846e75cd038ade65669b27eeaec41cf1 (patch)
treeba8d55453a57b3179b388ea01cf88e0b37e1c426 /doc
parent151fe8a484ab84cf6437e6755f9725e2634bf702 (diff)
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: idenifier -> identifier.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/bgpd.82
-rw-r--r--doc/isisd.82
-rw-r--r--doc/ospf6d.82
-rw-r--r--doc/ospfd.82
-rw-r--r--doc/ripd.82
-rw-r--r--doc/ripngd.82
-rw-r--r--doc/zebra.82
8 files changed, 12 insertions, 7 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 31ee6536..4f1d5a83 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,6 +1,11 @@
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: idenifier -> identifier.
+
+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>
diff --git a/doc/bgpd.8 b/doc/bgpd.8
index cc0d1216..658fe0ae 100644
--- a/doc/bgpd.8
+++ b/doc/bgpd.8
@@ -53,7 +53,7 @@ Specify the group to run as. Default is \fIquagga\fR.
A brief message.
.TP
\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
-When bgpd starts its process idenifier is written to
+When bgpd starts its process identifier is written to
\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
restart bgpd. The likely default is \fB\fI/var/run/bgpd.pid\fR.
.TP
diff --git a/doc/isisd.8 b/doc/isisd.8
index 5837e36c..84e6cf55 100644
--- a/doc/isisd.8
+++ b/doc/isisd.8
@@ -48,7 +48,7 @@ Specify the group to run as. Default is \fIquagga\fR.
A brief message.
.TP
\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
-When isisd starts its process idenifier is written to
+When isisd starts its process identifier is written to
\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
restart isisd. The likely default is \fB\fI/var/run/isisd.pid\fR.
.TP
diff --git a/doc/ospf6d.8 b/doc/ospf6d.8
index 63dedb39..44c4fe9c 100644
--- a/doc/ospf6d.8
+++ b/doc/ospf6d.8
@@ -49,7 +49,7 @@ Specify the group to run as. Default is \fIquagga\fR.
A brief message.
.TP
\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
-When ospf6d starts its process idenifier is written to
+When ospf6d starts its process identifier is written to
\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
restart ospf6d. The likely default is \fB\fI/var/run/ospf6d.pid\fR.
.TP
diff --git a/doc/ospfd.8 b/doc/ospfd.8
index 8dd527bc..06144083 100644
--- a/doc/ospfd.8
+++ b/doc/ospfd.8
@@ -48,7 +48,7 @@ Specify the group to run as. Default is \fIquagga\fR.
A brief message.
.TP
\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
-When ospfd starts its process idenifier is written to
+When ospfd starts its process identifier is written to
\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
restart ospfd. The likely default is \fB\fI/var/run/ospfd.pid\fR.
.TP
diff --git a/doc/ripd.8 b/doc/ripd.8
index 6784cadc..12e01a94 100644
--- a/doc/ripd.8
+++ b/doc/ripd.8
@@ -49,7 +49,7 @@ Specify the group to run as. Default is \fIquagga\fR.
A brief message.
.TP
\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
-When ripd starts its process idenifier is written to
+When ripd starts its process identifier is written to
\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
restart ripd. The likely default is \fB\fI/var/run/ripd.pid\fR.
.TP
diff --git a/doc/ripngd.8 b/doc/ripngd.8
index 471c5296..2ec5563f 100644
--- a/doc/ripngd.8
+++ b/doc/ripngd.8
@@ -49,7 +49,7 @@ Specify the group to run as. Default is \fIquagga\fR.
A brief message.
.TP
\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
-When ripngd starts its process idenifier is written to
+When ripngd starts its process identifier is written to
\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
restart ripngd. The likely default is \fB\fI/var/run/ripngd.pid\fR.
.TP
diff --git a/doc/zebra.8 b/doc/zebra.8
index 472351fb..558e27be 100644
--- a/doc/zebra.8
+++ b/doc/zebra.8
@@ -53,7 +53,7 @@ Specify the group to run as. Default is \fIquagga\fR.
A brief message.
.TP
\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
-When zebra starts its process idenifier is written to
+When zebra starts its process identifier is written to
\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
restart zebra. The likely default is \fB\fI/var/run/zebra.pid\fR.
.TP