]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/stpncpy.3
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man3 / stpncpy.3
index e2b0ccb711e7dfc5e86d788e3bfa81027e79d4ef..83412e74119134767f51d8959ea48d776701e7a9 100644 (file)
@@ -56,13 +56,13 @@ The strings may not overlap.
 .PP
 The programmer must ensure that there is room for at least \fIn\fP characters
 at \fIdest\fP.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 .BR stpncpy ()
 returns a pointer to the terminating null byte
 in \fIdest\fP, or, if \fIdest\fP is not null-terminated,
 \fIdest + n\fP.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 This function was added to POSIX.1-2008. Before that, it was a GNU extension.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR strncpy (3),
 .BR wcpncpy (3)