diff options
Diffstat (limited to 'sbin/init/init.8')
-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 63d4097..b12b3e2 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. |