]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Minor changes to the progdocs.
authorMartin Mares <mj@ucw.cz>
Sat, 3 Jun 2000 18:23:27 +0000 (18:23 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 3 Jun 2000 18:23:27 +0000 (18:23 +0000)
Doc
nest/cli.c

diff --git a/Doc b/Doc
index 512160a5591c4cfda768a0543b61b49c751b0f5e..00e04892fdd68cf507a3548e031d113fb3e8fc5a 100644 (file)
--- a/Doc
+++ b/Doc
@@ -1,8 +1,8 @@
 D prog-intro.sgml
-C lib
 C nest
 C conf
 C filter
 C proto
 C sysdep
 C client
+C lib
index c575bfa7f9816f160b3baf6ea95daed702e06604..dd7e4fa955f53734d925548a5790e85611dbc1ee 100644 (file)
@@ -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