summaryrefslogtreecommitdiffstats
path: root/nest/cli.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-03 20:23:27 +0200
committerMartin Mares <mj@ucw.cz>2000-06-03 20:23:27 +0200
commitcdb898cfd40fe866a1835689814113075b7b5a67 (patch)
treec6e18c45caeeb0e7993baf3e84048317b1e69c46 /nest/cli.c
parent06607335ef73bc0ffeb377a420e6438b531a4ea7 (diff)
downloadbird-cdb898cfd40fe866a1835689814113075b7b5a67.tar
bird-cdb898cfd40fe866a1835689814113075b7b5a67.zip
Minor changes to the progdocs.
Diffstat (limited to 'nest/cli.c')
-rw-r--r--nest/cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/cli.c b/nest/cli.c
index c575bfa..dd7e4fa 100644
--- a/nest/cli.c
+++ b/nest/cli.c
@@ -35,7 +35,7 @@
* on the current state of command processing.
*
* The CLI commands are declared as a part of the configuration grammar
- * by using the CF_CLI() macro. When a command is received, it's processed
+ * by using the |CF_CLI| macro. When a command is received, it's processed
* by the same lexical analyser and parser as used for the configuration, but
* it's switched to a special mode by prepending a fake token to the text,
* so that it uses only the CLI command rules. Then the parser invokes