diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
| commit | 2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch) | |
| tree | 4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/strcpy.3 | |
| parent | 2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff) | |
| download | man-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz | |
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/strcpy.3')
| -rw-r--r-- | man3/strcpy.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/strcpy.3 b/man3/strcpy.3 index ad494e7114..38afa973d2 100644 --- a/man3/strcpy.3 +++ b/man3/strcpy.3 @@ -70,6 +70,8 @@ and .BR strncpy () functions return a pointer to the destination string \fIdest\fP. +.SH "CONFORMING TO" +SVr4, 4.3BSD, C89, C99. .SH BUGS If the destination string of a .BR strcpy () @@ -77,8 +79,6 @@ is not large enough (that is, if the programmer was stupid/lazy, and failed to check the size before copying) then anything might happen. Overflowing fixed length strings is a favourite cracker technique. -.SH "CONFORMING TO" -SVr4, 4.3BSD, C89, C99. .SH "SEE ALSO" .BR bcopy (3), .BR memccpy (3), |
