]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: fix VARIABLE <> WORD confusion in cli.md
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 12 May 2017 10:25:26 +0000 (12:25 +0200)
committerQuentin Young <qlyoung@users.noreply.github.com>
Mon, 15 May 2017 14:27:43 +0000 (10:27 -0400)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
doc/cli.md

index c90437ef8d57052ffbabe6a5ccc585943c4b65f0..ffd34dd302c67b43942bc9eba0e954cc41ee19fc 100644 (file)
@@ -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.: