]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: fix "ipv6 address" interface command syntax (#608)
authorDenis Ovsienko <infrastation@yandex.ru>
Fri, 18 Mar 2011 17:20:53 +0000 (20:20 +0300)
committerDenis Ovsienko <infrastation@yandex.ru>
Fri, 18 Mar 2011 17:20:53 +0000 (20:20 +0300)
doc/main.texi

index 9966b356d35432c198af6abdf4a23ad2c0c324ee..a57591377af8096bc5f951b401f98e035a0c1512 100644 (file)
@@ -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