diff options
author | Jeremy Jackson <jerj@coplanar.net> | 2008-12-28 18:40:06 +0100 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2009-06-18 23:11:32 +0200 |
commit | c546afaed229106c2fcb54b57906414b9503dcc9 (patch) | |
tree | 7eb70bd1b8ee9a769cfb7a265d4073b03e5ecbe0 /doc | |
parent | [configure] Refine CLOCK_MONOTONIC test (diff) | |
download | frr-c546afaed229106c2fcb54b57906414b9503dcc9.tar.xz frr-c546afaed229106c2fcb54b57906414b9503dcc9.zip |
[doc] Removes documentation of nonexistant option.
Expansion of Ubuntu quagga-0.99.11-1 30_doc__ospfd.8__nolog.dpatch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ospfd.8 | 3 | ||||
-rw-r--r-- | doc/ripngd.8 | 3 | ||||
-rw-r--r-- | doc/zebra.8 | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/doc/ospfd.8 b/doc/ospfd.8 index 63f8c69b8..8c819cf65 100644 --- a/doc/ospfd.8 +++ b/doc/ospfd.8 @@ -52,9 +52,6 @@ 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 -\fB\-l\fR, \fB\-\-log_mode\fR -Turn verbose logging on. -.TP \fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR Specify the port that the ospfd VTY will listen on. This defaults to 2604, as specified in \fB\fI/etc/services\fR. diff --git a/doc/ripngd.8 b/doc/ripngd.8 index d9d82012d..6e63dc20e 100644 --- a/doc/ripngd.8 +++ b/doc/ripngd.8 @@ -53,9 +53,6 @@ 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 -\fB\-l\fR, \fB\-\-log_mode\fR -Turn verbose logging on. -.TP \fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR Specify the port that the ripngd VTY will listen on. This defaults to 2603, as specified in \fB\fI/etc/services\fR. diff --git a/doc/zebra.8 b/doc/zebra.8 index 38ccf1ad8..9399be083 100644 --- a/doc/zebra.8 +++ b/doc/zebra.8 @@ -60,9 +60,6 @@ restart zebra. The likely default is \fB\fI/var/run/zebra.pid\fR. \fB\-k\fR, \fB\-\-keep_kernel\fR On startup, don't delete self inserted routes. .TP -\fB\-l\fR, \fB\-\-log_mode\fR -Turn verbose logging on. -.TP \fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR Specify the port that the zebra VTY will listen on. This defaults to 2602, as specified in \fB\fI/etc/services\fR. |