diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-08-07 06:56:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-08-07 06:56:42 +0000 |
commit | 38d2fe9276959d4cfd2ba1ff7481f32692f76cbe (patch) | |
tree | 14e7c1a60762e6f7a532cc4753acb1a9d1f1e348 /usr.sbin | |
parent | 22a93387d2cf3157d481d0af5fa58ee45b56be28 (diff) |
shorten signal text a bit
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/httpd/httpd.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/httpd/httpd.8 b/usr.sbin/httpd/httpd.8 index 2836e5c625d..b0459e389c3 100644 --- a/usr.sbin/httpd/httpd.8 +++ b/usr.sbin/httpd/httpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.8,v 1.45 2014/08/06 22:33:08 doug Exp $ +.\" $OpenBSD: httpd.8,v 1.46 2014/08/07 06:56:41 deraadt Exp $ .\" .\" Copyright (c) 2014 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 6 2014 $ +.Dd $Mdocdate: August 7 2014 $ .Dt HTTPD 8 .Os .Sh NAME @@ -35,13 +35,13 @@ The FastCGI implementation has optional socket support. can log to syslog or per-server files with several standard formats. .Pp .Nm -rereads its configuration file when it receives a hangup signal, -.Dv SIGHUP , -by -executing itself with the name and options it was started with, e.g.\& +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 an user-defined signal 1, +reopens log files when it receives .Dv SIGUSR1 . .Pp The options are as follows: |