diff options
author | hasso <hasso> | 2004-04-20 04:11:36 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-04-20 04:11:36 +0000 |
commit | ac10fbcfde4a9530b47a2e4454e8c9d60668f239 (patch) | |
tree | 99f145c67b045f3f1ff7cd27a1909bc19fa1440c | |
parent | 321ca7e057ca3841306f4c6f30ffe167fe74435c (diff) | |
download | quagga-ac10fbcfde4a9530b47a2e4454e8c9d60668f239.tar.bz2 quagga-ac10fbcfde4a9530b47a2e4454e8c9d60668f239.tar.xz |
Fix typo to make it compile.
-rw-r--r-- | doc/ospfd.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ospfd.texi b/doc/ospfd.texi index 10ffe2dc..594845ca 100644 --- a/doc/ospfd.texi +++ b/doc/ospfd.texi @@ -145,7 +145,7 @@ range are not advertised into other areas. This command makes sense in ABR only. @end deffn -@deffnx {OSPF Command} {area @var{a.b.c.d} range IPV4_PREFIX substitute IPV4_PREFIX} {} +@deffn {OSPF Command} {area @var{a.b.c.d} range IPV4_PREFIX substitute IPV4_PREFIX} {} @deffnx {OSPF Command} {no area @var{a.b.c.d} range IPV4_PREFIX substitute IPV4_PREFIX} {} Substitute summarized prefix with another prefix. @example |