diff options
| -rw-r--r-- | doc/bgpd.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/bgpd.texi b/doc/bgpd.texi index 6089ab6260..f63c7fc01a 100644 --- a/doc/bgpd.texi +++ b/doc/bgpd.texi @@ -1004,7 +1004,7 @@ removed simpley specifying community lists name. @deffn {Command} {show ip community-list} {} @deffnx {Command} {show ip community-list @var{name}} {} -This command display current community list information. When +This command displays current community list information. When @var{name} is specified the specified community list's information is shown. @@ -1319,7 +1319,7 @@ the name. @deffn {Command} {show ip extcommunity-list} {} @deffnx {Command} {show ip extcommunity-list @var{name}} {} -This command display current extcommunity-list information. When +This command displays current extcommunity-list information. When @var{name} is specified the community list's information is shown. @example @@ -1479,13 +1479,13 @@ This command displays BGP routes using AS path regular expression @deffn Command {show ip bgp community @var{community}} {} @deffnx Command {show ip bgp community @var{community} exact-match} {} -This command display BGP routes using @var{community} (@pxref{Display +This command displays BGP routes using @var{community} (@pxref{Display BGP Routes by Community}). @end deffn @deffn Command {show ip bgp community-list @var{word}} {} @deffnx Command {show ip bgp community-list @var{word} exact-match} {} -This command display BGP routes using community list (@pxref{Display +This command displays BGP routes using community list (@pxref{Display BGP Routes by Community}). @end deffn |
