summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
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 /lib/libc/gen
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 'lib/libc/gen')
-rw-r--r--lib/libc/gen/getdiskbyname.32
-rw-r--r--lib/libc/gen/getpwent.32
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getdiskbyname.3 b/lib/libc/gen/getdiskbyname.3
index a77f77d..9acceaf 100644
--- a/lib/libc/gen/getdiskbyname.3
+++ b/lib/libc/gen/getdiskbyname.3
@@ -48,7 +48,7 @@
The
.Fn getdiskbyname
function
-takes a disk name (e.g.
+takes a disk name (e.g.\&
.Ql rm03 )
and returns a prototype disk label
describing its geometry information and the standard
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3
index e41054c..1ad7a15 100644
--- a/lib/libc/gen/getpwent.3
+++ b/lib/libc/gen/getpwent.3
@@ -131,7 +131,7 @@ The
function
closes any open files.
.Pp
-These routines have been written to ``shadow'' the password file, e.g.
+These routines have been written to ``shadow'' the password file, e.g.\&
allow only certain programs to have access to the encrypted password.
If the process which calls them has an effective uid of 0, the encrypted
password will be returned, otherwise, the password field of the returned
OpenPOWER on IntegriCloud