diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-05-08 14:40:39 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-05-08 14:40:39 +0000 |
commit | e3c5ffe169a999892e09f7e440466b622a510445 (patch) | |
tree | e9e21dc4162d89c561ce7ec737b3f7468d0ba532 | |
parent | da5b30f6fb9437f1dc3d05a48e5e17f78695f820 (diff) |
[doc] bug #245, remove reference to non-existent log_mode argument
2006-05-08 Paul Jakma <paul.jakma@sun.com>
* main.texi: --log_mode does not exist, remove, bug #245.
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/main.texi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index ea1e2f6e..2356a1ca 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-05-08 Paul Jakma <paul.jakma@sun.com> + + * main.texi: --log_mode does not exist, remove, bug #245. + 2006-05-04 Paul Jakma <paul.jakma@sun.com> * ripd.texi: Add Version Control as a distinct section. diff --git a/doc/main.texi b/doc/main.texi index c13bdef5..4254379e 100644 --- a/doc/main.texi +++ b/doc/main.texi @@ -30,10 +30,6 @@ immediately. @itemx --keep_kernel When zebra starts up, don't delete old self inserted routes. -@item -l -@itemx --log_mode -Set verbose logging on. - @item -r @itemx --retain When program terminates, retain routes added by zebra. |