]> git.proxmox.com Git - mirror_frr.git/commitdiff
spelling: s/supress/suppress/
authorgdt <gdt>
Fri, 5 Nov 2004 12:59:21 +0000 (12:59 +0000)
committergdt <gdt>
Fri, 5 Nov 2004 12:59:21 +0000 (12:59 +0000)
doc/ipv6.texi

index d811623d954dedc73ab43bce6071ab97043ce999..fb76a02489f62c091df38c069d7a03f072232a89 100644 (file)
@@ -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