Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
vic-ma authored Apr 26, 2020
1 parent 789bec7 commit d114e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/chapter_7/section_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extern CfgParser affile_parser;

Syslog-ng needs a list of the module's plugins, in the form of `Plugin` objects, so the syslog-ng parser knows how to parse them in the configuration file. `Plugin` objects are defined by:

1. A `type` field, which is the context/block a plugin belongs in (source, destination, parser, etc.) This is set to one of the tokens defined under `lib/cfg-grammar.y` (e.g. `LL_CONTEXT_SOURCE`).
1. A `type` field, which is the context/block a plugin belongs in (source, destination, parser, etc.). This is set to one of the tokens defined under `lib/cfg-grammar.y` (e.g. `LL_CONTEXT_SOURCE`).
2. A `name` field, which is the string used to declare the use of the plugin.
3. A `parser` field, which is the `CfgParser` used to parse the plugin. Usually this is just the `CfgParser` for the module.

Expand Down

0 comments on commit d114e1d

Please sign in to comment.