summaryrefslogtreecommitdiffstats
path: root/man3/strlen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strlen.3')
-rw-r--r--man3/strlen.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/strlen.3 b/man3/strlen.3
index 11f1f96c9..c5820bad0 100644
--- a/man3/strlen.3
+++ b/man3/strlen.3
@@ -8,7 +8,7 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages
.\" Modified Sat Jul 24 18:02:26 1993 by Rik Faith (faith@cs.unc.edu)
-.TH strlen 3 2023-02-05 "Linux man-pages 6.03"
+.TH strlen 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
strlen \- calculate the length of a string
.SH LIBRARY
@@ -34,22 +34,22 @@ function returns the number of bytes in the string pointed to by
.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 strlen ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008, C99, C11, SVr4, 4.3BSD.
+C11, POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001, C89, SVr4, 4.3BSD.
.SH NOTES
In cases where the input buffer may not contain
a terminating null byte,