aboutsummaryrefslogtreecommitdiff
path: root/libbb/parse_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/parse_config.c')
-rw-r--r--libbb/parse_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/parse_config.c b/libbb/parse_config.c
index 408439766..307ae2cd2 100644
--- a/libbb/parse_config.c
+++ b/libbb/parse_config.c
@@ -13,7 +13,7 @@
13////config: bool "Uniform config file parser debugging applet: parse" 13////config: bool "Uniform config file parser debugging applet: parse"
14////config: default n 14////config: default n
15////config: help 15////config: help
16////config: Typical usage of parse API: 16////config: Typical usage of parse API:
17////config: char *t[3]; 17////config: char *t[3];
18////config: parser_t *p = config_open(filename); 18////config: parser_t *p = config_open(filename);
19////config: while (config_read(p, t, 3, 0, delimiters, flags)) { // 1..3 tokens 19////config: while (config_read(p, t, 3, 0, delimiters, flags)) { // 1..3 tokens