-.\" $OpenBSD: httpd.8,v 1.44 2014/08/06 05:47:40 doug Exp $
+.\" $OpenBSD: httpd.8,v 1.45 2014/08/06 22:33:08 doug Exp $
.\"
.\" Copyright (c) 2014 Reyk Floeter <reyk@openbsd.org>
.\"
.Nm
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.\&
+.Pa /usr/sbin/httpd .
+.Nm
+reopens log files when it receives an user-defined signal 1,
+.Dv SIGUSR1 .
+.Pp
The options are as follows:
.Bl -tag -width Dssmacro=value
.It Fl d
.Nm
program was written by
.An Reyk Floeter Aq Mt reyk@openbsd.org .
-.Sh CAVEATS
-.Nm
-is not finished yet.