From bdf169109f6afec0588dcac3dbc35d961b073105 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 9 Jun 2009 09:07:16 +0200 Subject: [PATCH] Fix unix socket example and reformat --- doc/frontend.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/frontend.xml b/doc/frontend.xml index c22e915..18a4f27 100644 --- a/doc/frontend.xml +++ b/doc/frontend.xml @@ -830,7 +830,7 @@ typedef struct bend_scan_rr { The server will change identity to nobody and write its log to /var/log/app.log. - appname -l /var/log/app.log -u nobody tcp:@:210 + application -l /var/log/app.log -u nobody tcp:@:210 @@ -867,7 +867,7 @@ typedef struct bend_scan_rr { on UNIX file socket rather than a Internet socket. To listen on /tmp/mysocket start the server as follows: - appname tcp:/tmp/mysocket + application unix:/tmp/mysocket -- 1.7.10.4