]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/strcpy.3
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man3 / strcpy.3
index 54023e54e25cd14f79b6aa5de4dd2936e7593405..f7b0682b9bd65a68cde5f16df84bd7adf8c8266a 100644 (file)
@@ -92,14 +92,14 @@ strncpy(char *dest, const char *src, size_t n)
 }
 .fi
 .in
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR strcpy ()
 and
 .BR strncpy ()
 functions return a pointer to
 the destination string \fIdest\fP.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 SVr4, 4.3BSD, C89, C99.
 .SH NOTES
 Some programmers consider
@@ -189,7 +189,7 @@ the program first needs to check that there's enough space.
 This may be unnecessary if you can show that overflow is impossible,
 but be careful: programs can get changed over time,
 in ways that may make the impossible possible.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR bcopy (3),
 .BR memccpy (3),
 .BR memcpy (3),