aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strcpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strcpy.3')
-rw-r--r--man3/strcpy.37
1 files changed, 6 insertions, 1 deletions
diff --git a/man3/strcpy.3 b/man3/strcpy.3
index a1d0c5eea2..46993cdb3f 100644
--- a/man3/strcpy.3
+++ b/man3/strcpy.3
@@ -115,9 +115,11 @@ the destination string
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
+.ad l
+.nh
.TS
allbox;
-lbw19 lb lb
+lbx lb lb
l l l.
Interface Attribute Value
T{
@@ -125,6 +127,9 @@ T{
.BR strncpy ()
T} Thread safety MT-Safe
.TE
+.hy
+.ad
+.sp 1
.SH CONFORMING TO
POSIX.1-2001, POSIX.1-2008, C89, C99, SVr4, 4.3BSD.
.SH NOTES