aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/isalnum.3
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-04-14 18:29:26 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-04-14 18:29:26 +0000
commita17c1cc009da9c4c4535c5f1114fdd704f0ad9e9 (patch)
tree389d6f10bc3a9c94117e4269465c54edce812ae9 /lib/libc/locale/isalnum.3
parent7ea05bb9a5cf8d64f7479c30ecdc781028f09463 (diff)
downloadsrc-a17c1cc009da9c4c4535c5f1114fdd704f0ad9e9.tar.gz
src-a17c1cc009da9c4c4535c5f1114fdd704f0ad9e9.zip
mdoc: remove .Pp where not needed
This trips up mdocml and can simply go away. Reviewed by: ru Approved by: philip, ed (mentors)
Notes
Notes: svn path=/head/; revision=206615
Diffstat (limited to 'lib/libc/locale/isalnum.3')
-rw-r--r--lib/libc/locale/isalnum.31
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/locale/isalnum.3 b/lib/libc/locale/isalnum.3
index 624a6e2335d7..038c5cf413c3 100644
--- a/lib/libc/locale/isalnum.3
+++ b/lib/libc/locale/isalnum.3
@@ -59,7 +59,6 @@ or the value of
.Pp
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 "\&060\ ``0'' \t061\ ``1'' \t062\ ``2'' \t063\ ``3'' \t064\ ``4''"
.It "\&065\ ``5'' \t066\ ``6'' \t067\ ``7'' \t070\ ``8'' \t071\ ``9''"