summaryrefslogtreecommitdiffstats
path: root/man3/isalpha.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/isalpha.3')
-rw-r--r--man3/isalpha.36
1 files changed, 2 insertions, 4 deletions
diff --git a/man3/isalpha.3 b/man3/isalpha.3
index 721ca8972..8f9247559 100644
--- a/man3/isalpha.3
+++ b/man3/isalpha.3
@@ -200,14 +200,14 @@ falls into the tested class, and zero if not.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR isalnum (),
.BR isalpha (),
.BR isascii (),
@@ -223,8 +223,6 @@ T{
.BR isxdigit ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.\" FIXME: need a thread-safety statement about the *_l functions
.SH STANDARDS