From: reyk Date: Thu, 7 Aug 2014 18:21:13 +0000 (+0000) Subject: Fix and simplify the description of httpd(8)'s signal handling. httpd X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=044f7aaa8b0027d5f2a926754ed8f869cbe939ad;p=openbsd 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@ --- diff --git a/usr.sbin/httpd/httpd.8 b/usr.sbin/httpd/httpd.8 index b0459e389c3..5f53dffbb93 100644 --- a/usr.sbin/httpd/httpd.8 +++ b/usr.sbin/httpd/httpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.8,v 1.46 2014/08/07 06:56:41 deraadt Exp $ +.\" $OpenBSD: httpd.8,v 1.47 2014/08/07 18:21:13 reyk Exp $ .\" .\" Copyright (c) 2014 Reyk Floeter .\" @@ -37,11 +37,7 @@ can log to syslog or per-server files with several standard formats. .Nm rereads its configuration file when it receives .Dv SIGHUP -by re-executing itself with the name and options it was started -with, e.g.\& -.Pa /usr/sbin/httpd . -.Nm -reopens log files when it receives +and reopens log files when it receives .Dv SIGUSR1 . .Pp The options are as follows: