diff options
author | Pavel Tvrdik <pawel.tvrdik@gmail.com> | 2016-10-03 11:39:56 +0200 |
---|---|---|
committer | Pavel Tvrdik <pawel.tvrdik@gmail.com> | 2016-10-11 17:43:03 +0200 |
commit | f9bd11c337afcc3e95b459e3901a4ca28cb14b85 (patch) | |
tree | e96ba551c0ead85fb93d431e1e69ceacbdb7aa55 /doc | |
parent | 74d76f6c3877e4a745fb63b55486810322076153 (diff) |
Doc: Use [table t] or [table name]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 591bb87a..159cac46 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -780,7 +780,7 @@ This argument can be omitted if there exists only a single instance. Show the list of symbols defined in the configuration (names of protocols, routing tables etc.). - <tag><label id="cli-show-route">show route [[for] <m/prefix/|<m/IP/] [table <m/sym/] [filter <m/f/|where <m/c/] [(export|preexport|noexport) <m/p/] [protocol <m/p/] [<m/options/]</tag> + <tag><label id="cli-show-route">show route [[for] <m/prefix/|<m/IP/] [table <m/t/] [filter <m/f/|where <m/c/] [(export|preexport|noexport) <m/p/] [protocol <m/p/] [<m/options/]</tag> Show contents of a routing table (by default of the main one or the table attached to a respective protocol), that is routes, their metrics and (in case the <cf/all/ switch is given) all their attributes. |