Fix and simplify the description of httpd(8)'s signal handling. httpd
authorreyk <reyk@openbsd.org>
Thu, 7 Aug 2014 18:21:13 +0000 (18:21 +0000)
committerreyk <reyk@openbsd.org>
Thu, 7 Aug 2014 18:21:13 +0000 (18:21 +0000)
commit044f7aaa8b0027d5f2a926754ed8f869cbe939ad
treedd6813ba435957c449e885ff313f16a6395968d2
parente1cb20cbe715bd45fbd7ba4cd2782c8c0964e921
Fix and simplify the description of httpd(8)'s signal handling.  httpd
does not re-executed itself on SIGHUP, it simply reload the
configuration and sends it to its child processes.

ok deraadt@
usr.sbin/httpd/httpd.8