Minor changes to the progdocs.
This commit is contained in:
parent
06607335ef
commit
cdb898cfd4
2 changed files with 2 additions and 2 deletions
2
Doc
2
Doc
|
@ -1,8 +1,8 @@
|
||||||
D prog-intro.sgml
|
D prog-intro.sgml
|
||||||
C lib
|
|
||||||
C nest
|
C nest
|
||||||
C conf
|
C conf
|
||||||
C filter
|
C filter
|
||||||
C proto
|
C proto
|
||||||
C sysdep
|
C sysdep
|
||||||
C client
|
C client
|
||||||
|
C lib
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
* on the current state of command processing.
|
* on the current state of command processing.
|
||||||
*
|
*
|
||||||
* The CLI commands are declared as a part of the configuration grammar
|
* 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
|
* 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,
|
* 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
|
* so that it uses only the CLI command rules. Then the parser invokes
|
||||||
|
|
Loading…
Reference in a new issue