summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2011-03-18 20:20:53 +0300
committerDenis Ovsienko <infrastation@yandex.ru>2011-03-18 20:20:53 +0300
commite6844aa5d23cf56dd1f31afc96e8145ab188953f (patch)
tree38d3e2be40a99f26e926a2733ac2ea70b466d236 /doc
parent30b0017696dfe300b6ea630a6b6c91ea440d7828 (diff)
doc: fix "ipv6 address" interface command syntax (#608)
Diffstat (limited to 'doc')
-rw-r--r--doc/main.texi4
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