diff options
author | ru <ru@FreeBSD.org> | 2001-08-10 13:45:36 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-10 13:45:36 +0000 |
commit | 80f060f0cfbb82557091e33c60ad9d69144032d3 (patch) | |
tree | c6202f8a0c6d93c9cf46f3fc9c8596cee2d5dbd0 /sbin | |
parent | aa55336f13644a7e7f7d20afec71109d499bfd22 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sbin/fdisk/fdisk.8 | 2 | ||||
-rw-r--r-- | sbin/fdisk_pc98/fdisk.8 | 2 | ||||
-rw-r--r-- | sbin/i386/fdisk/fdisk.8 | 2 | ||||
-rw-r--r-- | sbin/init/init.8 | 4 | ||||
-rw-r--r-- | sbin/pc98/fdisk/fdisk.8 | 2 | ||||
-rw-r--r-- | sbin/setkey/setkey.8 | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 5c2fa57..03e2c7a 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -123,7 +123,7 @@ is given. .Pp The final disk name can be provided as a .Sq bare -disk name only, e.g. +disk name only, e.g.\& .Ql da0 , or as a full pathname. If omitted, diff --git a/sbin/fdisk_pc98/fdisk.8 b/sbin/fdisk_pc98/fdisk.8 index 0b80ea0..f1a1856 100644 --- a/sbin/fdisk_pc98/fdisk.8 +++ b/sbin/fdisk_pc98/fdisk.8 @@ -123,7 +123,7 @@ is given. .Pp The final disk name can be provided as a .Sq bare -disk name only, e.g. +disk name only, e.g.\& .Ql da0 , or as a fully qualified device node under .Pa /dev . diff --git a/sbin/i386/fdisk/fdisk.8 b/sbin/i386/fdisk/fdisk.8 index 5c2fa57..03e2c7a 100644 --- a/sbin/i386/fdisk/fdisk.8 +++ b/sbin/i386/fdisk/fdisk.8 @@ -123,7 +123,7 @@ is given. .Pp The final disk name can be provided as a .Sq bare -disk name only, e.g. +disk name only, e.g.\& .Ql da0 , or as a full pathname. If omitted, 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. diff --git a/sbin/pc98/fdisk/fdisk.8 b/sbin/pc98/fdisk/fdisk.8 index 0b80ea0..f1a1856 100644 --- a/sbin/pc98/fdisk/fdisk.8 +++ b/sbin/pc98/fdisk/fdisk.8 @@ -123,7 +123,7 @@ is given. .Pp The final disk name can be provided as a .Sq bare -disk name only, e.g. +disk name only, e.g.\& .Ql da0 , or as a fully qualified device node under .Pa /dev . diff --git a/sbin/setkey/setkey.8 b/sbin/setkey/setkey.8 index 7efc2fe..f56e22b 100644 --- a/sbin/setkey/setkey.8 +++ b/sbin/setkey/setkey.8 @@ -484,7 +484,7 @@ If the SA is not available in every level, the kernel will request getting SA to the key exchange daemon. .Li default means the kernel consults to the system wide default against protocol you -specified, e.g. +specified, e.g.\& .Li esp_trans_deflev sysctl variable, when the kernel processes the packet. .Li use |