aboutsummaryrefslogtreecommitdiffstats
path: root/man3/memset.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/memset.3')
-rw-r--r--man3/memset.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/memset.3 b/man3/memset.3
index 8fd75aad4b..663b58287d 100644
--- a/man3/memset.3
+++ b/man3/memset.3
@@ -41,7 +41,7 @@ memory area pointed to by \fIs\fP with the constant byte \fIc\fP.
The \fBmemset\fP() function returns a pointer to the memory area
\fIs\fP.
.SH "CONFORMING TO"
-SVr4, 4.3BSD, C99.
+SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
.SH "SEE ALSO"
.BR bzero (3),
.BR swab (3),