summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-08-02 13:11:35 +0000
committeruqs <uqs@FreeBSD.org>2010-08-02 13:11:35 +0000
commit685dd513643af4e2d86fdba44728ba258395f245 (patch)
tree57d76c2f0f5aa99e7cb133a6d6eda0aaf6ab4ef3 /lib/libc
parentcc627cc10e06f579262777a9280395f8b9b940e6 (diff)
downloadFreeBSD-src-685dd513643af4e2d86fdba44728ba258395f245.zip
FreeBSD-src-685dd513643af4e2d86fdba44728ba258395f245.tar.gz
mdoc: make sure to pass at least one argument to quotation macros
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/locale/isgraph.32
-rw-r--r--lib/libc/locale/mbrtowc.32
-rw-r--r--lib/libc/rpc/publickey.32
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/locale/isgraph.3 b/lib/libc/locale/isgraph.3
index 5e06e2e..ec304d0 100644
--- a/lib/libc/locale/isgraph.3
+++ b/lib/libc/locale/isgraph.3
@@ -48,7 +48,7 @@
The
.Fn isgraph
function tests for any printing character except space
-.Pq Ql "\ "
+.Pq Ql "\~"
and other
locale-specific space-like characters.
The value of the argument must be representable as an
diff --git a/lib/libc/locale/mbrtowc.3 b/lib/libc/locale/mbrtowc.3
index 10160d1..ae5f5da 100644
--- a/lib/libc/locale/mbrtowc.3
+++ b/lib/libc/locale/mbrtowc.3
@@ -69,7 +69,7 @@ was
.Dv NULL ,
.Fa s
was an empty string
-.Pq Qq
+.Pq Qq \&
and
.Fa n
was 1.
diff --git a/lib/libc/rpc/publickey.3 b/lib/libc/rpc/publickey.3
index d0ad6cc..64fe080 100644
--- a/lib/libc/rpc/publickey.3
+++ b/lib/libc/rpc/publickey.3
@@ -44,7 +44,7 @@ fails to decrypt the secret key, the routine will return 1 but the
argument will be a
.Dv NULL
string
-.Pq Dq .
+.Pq Dq \& .
.Sh SEE ALSO
.Xr publickey 5
.Pp
OpenPOWER on IntegriCloud