diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2011-03-18 20:20:53 +0300 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-07-04 21:02:00 +0400 |
commit | f668053f1453d64296db6807101450ad749ba730 (patch) | |
tree | 22b173fa8c6525c9ec947ab75784173d760952b0 /doc/main.texi | |
parent | 49efb768502ddb1bb78d609c25b3818c6a519a2a (diff) |
doc: fix "ipv6 address" interface command syntax (#608)
(cherry picked from commit e6844aa5d23cf56dd1f31afc96e8145ab188953f)
Diffstat (limited to 'doc/main.texi')
-rw-r--r-- | doc/main.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/main.texi b/doc/main.texi index 9966b356..a5759137 100644 --- a/doc/main.texi +++ b/doc/main.texi @@ -49,9 +49,9 @@ Up or down the current interface. @end deffn @deffn {Interface Command} {ip address @var{address/prefix}} {} -@deffnx {Interface Command} {ip6 address @var{address/prefix}} {} +@deffnx {Interface Command} {ipv6 address @var{address/prefix}} {} @deffnx {Interface Command} {no ip address @var{address/prefix}} {} -@deffnx {Interface Command} {no ip6 address @var{address/prefix}} {} +@deffnx {Interface Command} {no ipv6 address @var{address/prefix}} {} Set the IPv4 or IPv6 address/prefix for the interface. @end deffn |