diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:07:02 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:07:02 +0000 |
| commit | 63aa9df02fee88a559822c460ab5a30f1d8414ee (patch) | |
| tree | fedc607745a57e06a1a541feca62e18d51523ddb /man3/stpcpy.3 | |
| parent | e511ffb6bcaa9a584412a95e602435827e302033 (diff) | |
| download | man-pages-63aa9df02fee88a559822c460ab5a30f1d8414ee.tar.gz | |
Automated unformatting of parentheses using unformat_parens.sh
Diffstat (limited to 'man3/stpcpy.3')
| -rw-r--r-- | man3/stpcpy.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/stpcpy.3 b/man3/stpcpy.3 index d3c6541520..b6b98c2500 100644 --- a/man3/stpcpy.3 +++ b/man3/stpcpy.3 @@ -34,12 +34,12 @@ stpcpy \- copy a string returning a pointer to its end .BI "char *stpcpy(char *" dest ", const char *" src ); .fi .SH DESCRIPTION -The \fBstpcpy()\fP function copies the string pointed to by \fIsrc\fP +The \fBstpcpy\fP() function copies the string pointed to by \fIsrc\fP (including the terminating `\\0' character) to the array pointed to by \fIdest\fP. The strings may not overlap, and the destination string \fIdest\fP must be large enough to receive the copy. .SH "RETURN VALUE" -\fBstpcpy()\fP returns a pointer to the \fBend\fP of the string +\fBstpcpy\fP() returns a pointer to the \fBend\fP of the string \fIdest\fP (that is, the address of the terminating null character) rather than the beginning. .SH EXAMPLE |
