Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/strcpy.3 | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/man3/strcpy.3 b/man3/strcpy.3 index 94a7188..5b8e34c 100644 --- a/man3/strcpy.3 +++ b/man3/strcpy.3 @@ -114,12 +114,18 @@ functions return a pointer to the destination string .IR dest . .SH ATTRIBUTES -.SS Multithreading (see pthreads(7)) -The -.BR strcpy () -and +For an explanation of the terms used in this section, see +.BR attributes (7). +.TS +allbox; +lbw19 lb lb +l l l. +Interface Attribute Value +T{ +.BR strcpy (), .BR strncpy () -functions are thread-safe. +T} Thread safety MT-Safe +.TE .SH CONFORMING TO SVr4, 4.3BSD, C89, C99. .SH NOTES -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html