From: Fredrik Tolf Date: Sun, 13 May 2012 04:38:25 +0000 (+0200) Subject: doc: Clarified the persistent handler convention slightly. X-Git-Tag: 0.11~24 X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=4db55fdd81ef1eb1f699f1fb6d6831b4fed40106 doc: Clarified the persistent handler convention slightly. --- diff --git a/doc/ashd.doc b/doc/ashd.doc index f2790ba..144abfe 100644 --- a/doc/ashd.doc +++ b/doc/ashd.doc @@ -88,7 +88,8 @@ write such programs. The *htparser*(1) program will only start a persistent program as the root handler. A persistent handler program, when started, is passed a Unix socket of -SEQPACKET type on standard input. Its parent program will then pass +SEQPACKET type on standard input (while standard output and error are +inherited from the parent process). Its parent program will then pass one datagram per request on that socket, containing the above listed parts of the request using the datagram format described below. By convention, the handler program should exit normally if it receives