On Sat, 5 Dec 2009, Michael Kerrisk wrote: > On Sat, Nov 21, 2009 at 10:16 PM, Mark Hills <mark@xxxxxxxxxxx> wrote: > > On Sat, 21 Nov 2009, Petr Baudis wrote: > > > >> On Sat, Nov 21, 2009 at 05:55:46PM +0000, Mark Hills wrote: > >> > There is no man page or function by this name. > >> > > >> > Signed-off-by: Mark Hills <mark@xxxxxxxxxxx> > >> > --- > >> > man3/strcpy.3 | 1 - > >> > 1 files changed, 0 insertions(+), 1 deletions(-) > >> > > >> > diff --git a/man3/strcpy.3 b/man3/strcpy.3 > >> > index 9d47e37..c79efb1 100644 > >> > --- a/man3/strcpy.3 > >> > +++ b/man3/strcpy.3 > >> > @@ -137,6 +137,5 @@ in ways that may make the impossible possible. > >> > .BR memcpy (3), > >> > .BR memmove (3), > >> > .BR strdup (3), > >> > -.BR strpcpy (3), > >> > .BR wcscpy (3), > >> > .BR wcsncpy (3) > >> > >> In fact, this should be fixed by making it a reference to stpcpy(). > > > > ... which is the function I was looking for when I stumbled across the > > missing strpcpy() reference. Thanks for finding it for me :-) > > > > I grep'd for any other misleading references to strpcpy() and can't see > > any, so I'll follow up with a revised (tiny) patch, and an extra reference > > in string(3). > > Okay -- so in the light of your other report, this report is obsolete. Right? That's correct. And you've applied the revised patches, thanks. > Cheers, > > Michael > > > -- Mark