linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Kerrisk <mtk.manpages-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
To: Mark Hills <mark-UrrBsZIrrsb10XsdtD+oqA@public.gmane.org>
Cc: Petr Baudis <pasky-AlSwsSmVLrQ@public.gmane.org>,
	linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] strcpy.3: Remove reference to non-existent strpcpy(3)
Date: Sat, 5 Dec 2009 08:36:21 +0100	[thread overview]
Message-ID: <cfd18e0f0912042336i5deb6e19kdbfc6de94435035f@mail.gmail.com> (raw)
In-Reply-To: <alpine.NEB.2.01.0911212052050.25031-4Gsws06j5aKxDRllUHgonQ@public.gmane.org>

On Sat, Nov 21, 2009 at 10:16 PM, Mark Hills <mark-UrrBsZIrrsb10XsdtD+oqA@public.gmane.org> 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-UrrBsZIrrsb10XsdtD+oqA@public.gmane.org>
>> > ---
>> >  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?

Cheers,

Michael


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface" http://blog.man7.org/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2009-12-05  7:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-21 17:55 [PATCH] strcpy.3: Remove reference to non-existent strpcpy(3) Mark Hills
     [not found] ` <1258826146-4474-1-git-send-email-mark-UrrBsZIrrsb10XsdtD+oqA@public.gmane.org>
2009-11-21 20:50   ` Petr Baudis
     [not found]     ` <20091121205012.GF3708-DDGJ70k9y3lX+M3pkMnKjw@public.gmane.org>
2009-11-21 21:16       ` Mark Hills
     [not found]         ` <alpine.NEB.2.01.0911212052050.25031-4Gsws06j5aKxDRllUHgonQ@public.gmane.org>
2009-11-21 21:18           ` [PATCH 1/2] strcpy.3: Fix typo in reference Mark Hills
     [not found]             ` <1258838327-31762-1-git-send-email-mark-UrrBsZIrrsb10XsdtD+oqA@public.gmane.org>
2009-11-21 21:18               ` [PATCH 2/2] string.3: Reference stpcpy(3) Mark Hills
     [not found]                 ` <1258838327-31762-2-git-send-email-mark-UrrBsZIrrsb10XsdtD+oqA@public.gmane.org>
2009-12-05  7:42                   ` Michael Kerrisk
2009-12-05  6:05               ` [PATCH 1/2] strcpy.3: Fix typo in reference Michael Kerrisk
2009-12-05  7:36           ` Michael Kerrisk [this message]
     [not found]             ` <cfd18e0f0912042336i5deb6e19kdbfc6de94435035f-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-12-05 10:05               ` [PATCH] strcpy.3: Remove reference to non-existent strpcpy(3) Mark Hills

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cfd18e0f0912042336i5deb6e19kdbfc6de94435035f@mail.gmail.com \
    --to=mtk.manpages-gm/ye1e23mwn+bqq9rbeug@public.gmane.org \
    --cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mark-UrrBsZIrrsb10XsdtD+oqA@public.gmane.org \
    --cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=pasky-AlSwsSmVLrQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).