aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/isupper.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-12-29 14:08:20 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-12-29 14:08:20 +0000
commit4263595653697b5431b4e2d75ce462b2353f2216 (patch)
tree8d9379964e671d57e7bba00972413962093276ba /lib/libc/locale/isupper.3
parent030f23696c36c3eaa27264b9a0a8817106ca8af1 (diff)
downloadsrc-4263595653697b5431b4e2d75ce462b2353f2216.tar.gz
src-4263595653697b5431b4e2d75ce462b2353f2216.zip
Prepare for mdoc(7)NG.
Notes
Notes: svn path=/head/; revision=70481
Diffstat (limited to 'lib/libc/locale/isupper.3')
-rw-r--r--lib/libc/locale/isupper.312
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/locale/isupper.3 b/lib/libc/locale/isupper.3
index ad3f36b407ab..2d186eb00e89 100644
--- a/lib/libc/locale/isupper.3
+++ b/lib/libc/locale/isupper.3
@@ -65,12 +65,12 @@ In the ASCII character set, this includes the following characters
(with their numeric values shown in octal):
.Pp
.Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__
-.It \&101\ ``A'' \t102\ ``B'' \t103\ ``C'' \t104\ ``D'' \t105\ ``E''
-.It \&106\ ``F'' \t107\ ``G'' \t110\ ``H'' \t111\ ``I'' \t112\ ``J''
-.It \&113\ ``K'' \t114\ ``L'' \t115\ ``M'' \t116\ ``N'' \t117\ ``O''
-.It \&120\ ``P'' \t121\ ``Q'' \t122\ ``R'' \t123\ ``S'' \t124\ ``T''
-.It \&125\ ``U'' \t126\ ``V'' \t127\ ``W'' \t130\ ``X'' \t131\ ``Y''
-.It \&132\ ``Z''
+.It "\&101\ ``A'' \t102\ ``B'' \t103\ ``C'' \t104\ ``D'' \t105\ ``E''"
+.It "\&106\ ``F'' \t107\ ``G'' \t110\ ``H'' \t111\ ``I'' \t112\ ``J''"
+.It "\&113\ ``K'' \t114\ ``L'' \t115\ ``M'' \t116\ ``N'' \t117\ ``O''"
+.It "\&120\ ``P'' \t121\ ``Q'' \t122\ ``R'' \t123\ ``S'' \t124\ ``T''"
+.It "\&125\ ``U'' \t126\ ``V'' \t127\ ``W'' \t130\ ``X'' \t131\ ``Y''"
+.It "\&132\ ``Z''"
.El
.Sh RETURN VALUES
The