Changes to match POSIXication of kill(1).
This commit is contained in:
parent
ea7b5d4ec6
commit
c741ceaa58
@ -33,7 +33,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)init.8 8.3 (Berkeley) 4/18/94
|
||||
.\" $Id: init.8,v 1.4 1994/06/11 07:54:03 mycroft Exp $
|
||||
.\" $Id: init.8,v 1.5 1994/09/23 23:18:36 mycroft Exp $
|
||||
.\"
|
||||
.Dd April 18, 1994
|
||||
.Dt INIT 8
|
||||
@ -169,7 +169,7 @@ file without a reboot by sending the signal
|
||||
to
|
||||
.Nm init
|
||||
with the command
|
||||
.Dq Li "kill -HUP 1" .
|
||||
.Dq Li "kill \-s HUP 1" .
|
||||
On receipt of this signal,
|
||||
.Nm init
|
||||
re-reads the
|
||||
@ -209,7 +209,7 @@ will terminate multi-user operations and resume single-user mode
|
||||
if sent a terminate
|
||||
.Pq Dv TERM
|
||||
signal, for example,
|
||||
.Dq Li "kill \-TERM 1" .
|
||||
.Dq Li "kill \-s TERM 1" .
|
||||
If there are processes outstanding that are deadlocked (because of
|
||||
hardware or software failure),
|
||||
.Xr init
|
||||
@ -222,7 +222,7 @@ will cease creating new
|
||||
and allow the system to slowly die away, if it is sent a terminal stop
|
||||
.Pq Dv TSTP
|
||||
signal, i.e.
|
||||
.Dq Li "kill \-TSTP 1" .
|
||||
.Dq Li "kill \-s TSTP 1" .
|
||||
A later hangup will resume full
|
||||
multi-user operations, or a terminate will start a single user shell.
|
||||
This hook is used by
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)mountd.8 8.1 (Berkeley) 6/9/93
|
||||
.\" $Id: mountd.8,v 1.7 1994/08/12 04:19:50 cgd Exp $
|
||||
.\" $Id: mountd.8,v 1.8 1994/09/23 23:21:19 mycroft Exp $
|
||||
.\"
|
||||
.Dd June 9, 1993
|
||||
.Dt MOUNTD 8
|
||||
@ -78,7 +78,7 @@ After changing the exports file,
|
||||
a hangup signal should be sent to the mountd daemon
|
||||
to get it to reload the export information.
|
||||
After sending the SIGHUP
|
||||
(kill -HUP `cat /var/run/mountd.pid`),
|
||||
(kill \-s HUP `cat /var/run/mountd.pid`),
|
||||
check the syslog output to see if mountd logged any parsing
|
||||
errors in the exports file.
|
||||
.Sh FILES
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)mountd.8 8.1 (Berkeley) 6/9/93
|
||||
.\" $Id: mountd.8,v 1.7 1994/08/12 04:19:50 cgd Exp $
|
||||
.\" $Id: mountd.8,v 1.8 1994/09/23 23:21:19 mycroft Exp $
|
||||
.\"
|
||||
.Dd June 9, 1993
|
||||
.Dt MOUNTD 8
|
||||
@ -78,7 +78,7 @@ After changing the exports file,
|
||||
a hangup signal should be sent to the mountd daemon
|
||||
to get it to reload the export information.
|
||||
After sending the SIGHUP
|
||||
(kill -HUP `cat /var/run/mountd.pid`),
|
||||
(kill \-s HUP `cat /var/run/mountd.pid`),
|
||||
check the syslog output to see if mountd logged any parsing
|
||||
errors in the exports file.
|
||||
.Sh FILES
|
||||
|
Loading…
Reference in New Issue
Block a user