summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-05-11 23:08:38 +0000
committeruqs <uqs@FreeBSD.org>2010-05-11 23:08:38 +0000
commitc1a464818797468501a519a2fd01737052ade6dd (patch)
treec8db716f4e5a30301905cf10dcbdb5c16a68b9bc
parent9d8e496fad43596f84fd8a415435692264a8426c (diff)
downloadFreeBSD-src-c1a464818797468501a519a2fd01737052ade6dd.zip
FreeBSD-src-c1a464818797468501a519a2fd01737052ade6dd.tar.gz
mdoc: simplify quotation scheme
Reviewed by: brueffer
-rw-r--r--lib/libc/locale/isblank.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/locale/isblank.3 b/lib/libc/locale/isblank.3
index 6734dcc..2668e93 100644
--- a/lib/libc/locale/isblank.3
+++ b/lib/libc/locale/isblank.3
@@ -45,9 +45,8 @@ The
.Fn isblank
function tests for a space or tab character.
For any locale, this includes the following standard characters:
-.Pp
-.Bl -column \&`\et''___ \&``\et''___
-.It "\&``\et''\t`` ''"
+.Bl -column XXXX
+.It Do \et Dc Ta Dq " "
.El
.Pp
In the "C" locale, a successful
OpenPOWER on IntegriCloud