summaryrefslogtreecommitdiffstats
path: root/sbin/init/init.8
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-08-10 13:45:36 +0000
committerru <ru@FreeBSD.org>2001-08-10 13:45:36 +0000
commit80f060f0cfbb82557091e33c60ad9d69144032d3 (patch)
treec6202f8a0c6d93c9cf46f3fc9c8596cee2d5dbd0 /sbin/init/init.8
parentaa55336f13644a7e7f7d20afec71109d499bfd22 (diff)
downloadFreeBSD-src-80f060f0cfbb82557091e33c60ad9d69144032d3.zip
FreeBSD-src-80f060f0cfbb82557091e33c60ad9d69144032d3.tar.gz
mdoc(7) police: protect trailing full stops of abbreviations
with a trailing zero-width space: `e.g.\&'.
Diffstat (limited to 'sbin/init/init.8')
-rw-r--r--sbin/init/init.84
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.
OpenPOWER on IntegriCloud