summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-05-12 12:25:26 +0200
committerQuentin Young <qlyoung@users.noreply.github.com>2017-05-15 16:27:43 +0200
commit32a71fd80c9af5cf21f9eb0691df015e98468d2e (patch)
tree3887f7922e5e3bddf3c0f9b9ee393c8a626a9386 /doc
parentbgpd: autocomplete peer-groups & interface peers (diff)
downloadfrr-32a71fd80c9af5cf21f9eb0691df015e98468d2e.tar.xz
frr-32a71fd80c9af5cf21f9eb0691df015e98468d2e.zip
doc: fix VARIABLE <> WORD confusion in cli.md
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/cli.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli.md b/doc/cli.md
index c90437ef8..ffd34dd30 100644
--- a/doc/cli.md
+++ b/doc/cli.md
@@ -98,7 +98,7 @@ Automatic assignment of variable names works by applying the following rules:
- manual names always have priority
- a "[no]" at the beginning receives "no" as varname on the "no" token
-- WORD tokens whose text is not "WORD" or "NAME" receive a cleaned lowercase
+- VARIABLE tokens whose text is not "WORD" or "NAME" receive a cleaned lowercase
version of the token text as varname, e.g. "ROUTE-MAP" becomes "route_map".
- other variable tokens (i.e. everything except "fixed") receive the text of
the preceding fixed token as varname, if one can be found. E.g.: