From: Adam Dickmeiss Date: Tue, 9 Jun 2009 07:07:16 +0000 (+0200) Subject: Fix unix socket example and reformat X-Git-Tag: v3.0.47~9 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=bdf169109f6afec0588dcac3dbc35d961b073105 Fix unix socket example and reformat --- 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