]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/memset.3
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man3 / memset.3
index 377b3494953b0d6acaa9d5ff51224436cf5b34f8..c5b9316ba249ed83ac903378eb82add01ae5dbcc 100644 (file)
@@ -39,14 +39,14 @@ The
 .BR memset ()
 function fills the first \fIn\fP bytes of the
 memory area pointed to by \fIs\fP with the constant byte \fIc\fP.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR memset ()
 function returns a pointer to the memory area
 \fIs\fP.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR bzero (3),
 .BR swab (3),
 .BR wmemset (3)