From 725270cb1da0672128675924844531e56c6ea64e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 8 Jun 2000 12:37:21 +0000 Subject: Fixes for the programmer's manual. --- conf/cf-lex.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/cf-lex.l') diff --git a/conf/cf-lex.l b/conf/cf-lex.l index 9dfe10e..ce2ce40 100644 --- a/conf/cf-lex.l +++ b/conf/cf-lex.l @@ -456,7 +456,7 @@ cf_symbol_class_name(struct symbol *sym) * Grammar snippets are files (usually with extension |.Y|) contributed * by various BIRD modules in order to provide information about syntax of their * configuration and their CLI commands. Each snipped consists of several - * section, each of them starting with a special keyword: |CF_HDR| for + * sections, each of them starting with a special keyword: |CF_HDR| for * a list of |#include| directives needed by the C code, |CF_DEFINES| * for a list of C declarations, |CF_DECLS| for |bison| declarations * including keyword definitions specified as |CF_KEYWORDS|, |CF_GRAMMAR| @@ -473,5 +473,5 @@ cf_symbol_class_name(struct symbol *sym) * * Values of |enum| filter types can be defined using |CF_ENUM| with * the following parameters: name of filter type, prefix common for all - * literals of this type, names of all the possible values. + * literals of this type and names of all the possible values. */ -- cgit v1.2.3