|
Lines 31-37
Link Here
|
| 31 |
.\" @(#)init.8 8.3 (Berkeley) 4/18/94 |
31 |
.\" @(#)init.8 8.3 (Berkeley) 4/18/94 |
| 32 |
.\" $FreeBSD$ |
32 |
.\" $FreeBSD$ |
| 33 |
.\" |
33 |
.\" |
| 34 |
.Dd July 24, 2015 |
34 |
.Dd September 8, 2016 |
| 35 |
.Dt INIT 8 |
35 |
.Dt INIT 8 |
| 36 |
.Os |
36 |
.Os |
| 37 |
.Sh NAME |
37 |
.Sh NAME |
|
Lines 216-222
Link Here
|
| 216 |
utility will cease creating new processes |
216 |
utility will cease creating new processes |
| 217 |
and allow the system to slowly die away, if it is sent a terminal stop |
217 |
and allow the system to slowly die away, if it is sent a terminal stop |
| 218 |
.Pq Dv TSTP |
218 |
.Pq Dv TSTP |
| 219 |
signal, i.e.\& |
219 |
signal, i.e\& |
| 220 |
.Dq Li "kill \-TSTP 1" . |
220 |
.Dq Li "kill \-TSTP 1" . |
| 221 |
A later hangup will resume full |
221 |
A later hangup will resume full |
| 222 |
multi-user operations, or a terminate will start a single-user shell. |
222 |
multi-user operations, or a terminate will start a single-user shell. |
|
Lines 230-236
Link Here
|
| 230 |
utility will terminate all possible processes (again, it will not wait |
230 |
utility will terminate all possible processes (again, it will not wait |
| 231 |
for deadlocked processes) and reboot the machine if sent the interrupt |
231 |
for deadlocked processes) and reboot the machine if sent the interrupt |
| 232 |
.Pq Dv INT |
232 |
.Pq Dv INT |
| 233 |
signal, i.e.\& |
233 |
signal, i.e\& |
| 234 |
.Dq Li "kill \-INT 1". |
234 |
.Dq Li "kill \-INT 1". |
| 235 |
This is useful for shutting the machine down cleanly from inside the kernel |
235 |
This is useful for shutting the machine down cleanly from inside the kernel |
| 236 |
or from X when the machine appears to be hung. |
236 |
or from X when the machine appears to be hung. |
|
Lines 345-351
Link Here
|
| 345 |
An |
345 |
An |
| 346 |
.Nm |
346 |
.Nm |
| 347 |
utility appeared in |
347 |
utility appeared in |
| 348 |
.At v6 . |
348 |
.At v1 . |
| 349 |
.Sh CAVEATS |
349 |
.Sh CAVEATS |
| 350 |
Systems without |
350 |
Systems without |
| 351 |
.Xr sysctl 8 |
351 |
.Xr sysctl 8 |