Document signal use. Since Windows lacks real signals, it is only
included if number register w is zero.
This commit is contained in:
parent
c05ecb8781
commit
f940413c67
1 changed files with 13 additions and 0 deletions
|
@ -78,6 +78,19 @@ Print version information and exit.
|
||||||
.SH OPERANDS
|
.SH OPERANDS
|
||||||
Operands are ignored for backward compatibility. Their use is
|
Operands are ignored for backward compatibility. Their use is
|
||||||
deprecated.
|
deprecated.
|
||||||
|
.if !\nw \{
|
||||||
|
.SH SIGNALS
|
||||||
|
.TP
|
||||||
|
.B SIGHUP
|
||||||
|
Request
|
||||||
|
.I emp_server
|
||||||
|
to reopen log files. This allows proper log rotation.
|
||||||
|
.TP
|
||||||
|
.BR SIGINT ", " SIGTERM
|
||||||
|
Request
|
||||||
|
.I emp_server
|
||||||
|
to shut down immediately.
|
||||||
|
\}
|
||||||
.if \nw \{
|
.if \nw \{
|
||||||
.SH RESTRICTIONS
|
.SH RESTRICTIONS
|
||||||
When using the service control manager (Services Window), the start
|
When using the service control manager (Services Window), the start
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue