string.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-10 10:16:23 +01:00
parent 5ebe61d65c
commit 8ac89fb6a6
1 changed files with 0 additions and 2 deletions

View File

@ -66,7 +66,6 @@ in the string
.TP
.B #include <string.h>
.TP
.TP
.BI "char *stpcpy(char *" dest ", const char *" src );
Copy a string from
.I src
@ -202,7 +201,6 @@ to the current locale and copies the first
.I n
characters to
.IR dest .
.fi
.SH DESCRIPTION
The string functions perform string operations on null-terminated
strings.