summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-04-14 18:29:26 +0000
committeruqs <uqs@FreeBSD.org>2010-04-14 18:29:26 +0000
commitf2706fbed3f8253848d0aac4c0e5a735548c06bb (patch)
tree389d6f10bc3a9c94117e4269465c54edce812ae9 /lib/libc/locale
parent17bb950bc524c36e1f7e8ca4809b099b58332b9e (diff)
downloadFreeBSD-src-f2706fbed3f8253848d0aac4c0e5a735548c06bb.zip
FreeBSD-src-f2706fbed3f8253848d0aac4c0e5a735548c06bb.tar.gz
mdoc: remove .Pp where not needed
This trips up mdocml and can simply go away. Reviewed by: ru Approved by: philip, ed (mentors)
Diffstat (limited to 'lib/libc/locale')
-rw-r--r--lib/libc/locale/isalnum.31
-rw-r--r--lib/libc/locale/isalpha.31
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/locale/isalnum.3 b/lib/libc/locale/isalnum.3
index 624a6e2..038c5cf 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''"
diff --git a/lib/libc/locale/isalpha.3 b/lib/libc/locale/isalpha.3
index 0bd3cda..689b6cd 100644
--- a/lib/libc/locale/isalpha.3
+++ b/lib/libc/locale/isalpha.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 "\&101\ ``A'' \t102\ ``B'' \t103\ ``C'' \t104\ ``D'' \t105\ ``E''"
.It "\&106\ ``F'' \t107\ ``G'' \t110\ ``H'' \t111\ ``I'' \t112\ ``J''"
OpenPOWER on IntegriCloud