diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-10 13:45:36 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-10 13:45:36 +0000 |
| commit | 57e4378bf656a59240eb6ce73cf8bc67edcc92c8 (patch) | |
| tree | c6202f8a0c6d93c9cf46f3fc9c8596cee2d5dbd0 /sbin/init | |
| parent | 4446bcb7578679d557fdd7fed79095254f3a16d8 (diff) | |
Notes
Diffstat (limited to 'sbin/init')
| -rw-r--r-- | sbin/init/init.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 63d409732a14..b12b3e21f059 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -263,7 +263,7 @@ will time out after 30 seconds and print a warning message. will cease creating new processes and allow the system to slowly die away, if it is sent a terminal stop .Pq Dv TSTP -signal, i.e. +signal, i.e.\& .Dq Li "kill \-TSTP 1" . A later hangup will resume full multi-user operations, or a terminate will start a single-user shell. @@ -276,7 +276,7 @@ and will terminate all possible processes (again, it will not wait for deadlocked processes) and reboot the machine if sent the interrupt .Pq Dv INT -signal, i.e. +signal, i.e.\& .Dq Li "kill \-INT 1". This is useful for shutting the machine down cleanly from inside the kernel or from X when the machine appears to be hung. |
