summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgdt <gdt>2004-11-05 12:59:21 +0000
committergdt <gdt>2004-11-05 12:59:21 +0000
commita2c0a57b219d419541467dca88376cf74874a2d5 (patch)
tree907e30d0f1320cea35b8624446844ab5024e31de /doc
parent5a64665039dc98c341fd8d50458ec2a72c5ebbf5 (diff)
spelling: s/supress/suppress/
Diffstat (limited to 'doc')
-rw-r--r--doc/ipv6.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ipv6.texi b/doc/ipv6.texi
index d811623d..fb76a024 100644
--- a/doc/ipv6.texi
+++ b/doc/ipv6.texi
@@ -17,11 +17,11 @@ messages to the all nodes that exist on the network.
@comment node-name, next, previous, up
@section Router Advertisement
-@deffn {Interface Command} {no ipv6 nd supress-ra} {}
+@deffn {Interface Command} {no ipv6 nd suppress-ra} {}
Send router advertisment messages.
@end deffn
-@deffn {Interface Command} {ipv6 nd supress-ra} {}
+@deffn {Interface Command} {ipv6 nd suppress-ra} {}
Don't send router advertisment messages.
@end deffn
@@ -109,7 +109,7 @@ Default: not set
@example
@group
interface eth0
- no ipv6 nd supress-ra
+ no ipv6 nd suppress-ra
ipv6 nd prefix 2001:0DB8:5009::/64
@end group
@end example