aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-06-23 13:59:38 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-06-23 13:59:38 +0300
commit11cd2a63ff7c474945c127e5ef45a2b7d5afdbc3 (patch)
tree0d57dde2a53e78a269927048241d6f242a1870ae
parentb32386f18413af4c660cd9e78b0777c4e59a6400 (diff)
downloadjoh-11cd2a63ff7c474945c127e5ef45a2b7d5afdbc3.tar.gz
joh-11cd2a63ff7c474945c127e5ef45a2b7d5afdbc3.tar.bz2
Update grecs
-rw-r--r--doc/joh.texi2
m---------grecs0
-rw-r--r--src/config.c4
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/joh.texi b/doc/joh.texi
index 7e589eb..889c581 100644
--- a/doc/joh.texi
+++ b/doc/joh.texi
@@ -285,7 +285,7 @@ Now, let's illustrate this by an improved version the example above:
@example
johd -l 127.0.0.1:1111 \
-S johd-http -c HTTP -l 10.10.0.1 -l 192.168.0.2 \
- -s johd-cgi -c CGI 10.10.0.1
+ -S johd-cgi -c CGI 10.10.0.1
@end example
In this configuration, the 127.0.0.1:1111 socket will be protected by
diff --git a/grecs b/grecs
-Subproject 3e5d6e9683d5d3efa3a82556d0f73892d674ed7
+Subproject 4c1959a4848c30206de3be4b16bdf04b650daae
diff --git a/src/config.c b/src/config.c
index 491db56..73dcd17 100644
--- a/src/config.c
+++ b/src/config.c
@@ -418,8 +418,8 @@ config_help()
static char docstring[] =
N_("Configuration file structure for johd.\n"
"For more information, see johd(8).");
- grecs_format_docstring(docstring, 0, stdout);
- grecs_format_statement_array(joh_kw, 1, 0, stdout);
+ grecs_print_docstring(docstring, 0, stdout);
+ grecs_print_statement_array(joh_kw, 1, 0, stdout);
}
void

Return to:

Send suggestions and report system problems to the System administrator.