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 /libexec | |
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 'libexec')
-rw-r--r-- | libexec/bootpd/bootptab.5 | 2 | ||||
-rw-r--r-- | libexec/fingerd/fingerd.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/bootpd/bootptab.5 b/libexec/bootpd/bootptab.5 index b6fee66..ad2ce1d 100644 --- a/libexec/bootpd/bootptab.5 +++ b/libexec/bootpd/bootptab.5 @@ -32,7 +32,7 @@ default values used by other entries via the .Em tc=.dummy-entry mechanism. Most tags must be followed by an equals-sign and a value as above. Some may also appear in a boolean form with no -value (i.e. +value (i.e.\& .Em :tg: ) . The currently recognized tags are: .Pp diff --git a/libexec/fingerd/fingerd.8 b/libexec/fingerd/fingerd.8 index f4cd685..eac1c9f 100644 --- a/libexec/fingerd/fingerd.8 +++ b/libexec/fingerd/fingerd.8 @@ -79,7 +79,7 @@ returns a report that lists all people logged into the system at that moment. .Pp -If a user name is specified (e.g. +If a user name is specified (e.g.\& .Pf eric Aq Tn CRLF ) then the response lists more extended information for only that particular user, |