summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthieu Boutier <boutier@pps.jussieu.fr>2012-02-08 23:30:46 +0100
committerPaul Jakma <paul@quagga.net>2012-03-25 17:06:54 +0100
commit3c442e8802c260a0ce9787b5f432a7a2a093be25 (patch)
tree4fdbf9843386175a380a46e2b75dc0f23aeceb4d /doc
parent9c58fbd7d7658055c2b3074489c6d338448d88e9 (diff)
babeld: fix wire{d,less} commands name.
Diffstat (limited to 'doc')
-rw-r--r--doc/babeld.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/babeld.texi b/doc/babeld.texi
index b7f3d07f..69cec52d 100644
--- a/doc/babeld.texi
+++ b/doc/babeld.texi
@@ -58,11 +58,11 @@ by IANA. (Note that RFC6126 specifies a port number that has been
obsoleted after publication.)
@end deffn
-@deffn {Interface Command} {wireless} {}
-@deffnx {Interface Command} {no wireless} {}
+@deffn {Interface Command} {babel wired} {}
+@deffnx {Interface Command} {babel wireless} {}
Specifies whether this interface is wireless, which disables a number
of optimisations that are only correct on wired interfaces.
-Specifying @code{no wireless} is always correct, but may cause extra
+Specifying @code{wireless} is always correct, but may cause extra
routing overhead. The default is autodetected if possible,
@code{wireless} otherwise.
@end deffn