* [RFC] argz(3) and envz(3)
@ 2007-12-03 22:19 Bert Wesarg
[not found] ` <36ca99e90712031419o6d26da36n4b6bf0fc3947196b-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Bert Wesarg @ 2007-12-03 22:19 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Hello,
the argz_*(3) pages references the envz(3) in the See ALSO section,
and the other way around to, but booth argz(3) and envz(3) pages do
not exists.
This could be fixed by rename man3/argz_add.3 to man3/argz.3, add a
new man3/argz_add.3 with a .so to man3/argz.3, and change all
references of the man3/argz_*.3 pages too.
The same for envz.3.
The patch for this is a little big, but trivial.
Should I send it?
Regards
Bert Wesarg
-
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
^ permalink raw reply [flat|nested] 5+ messages in thread[parent not found: <36ca99e90712031419o6d26da36n4b6bf0fc3947196b-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [RFC] argz(3) and envz(3) [not found] ` <36ca99e90712031419o6d26da36n4b6bf0fc3947196b-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2007-12-04 5:45 ` Michael Kerrisk 2007-12-06 9:20 ` Michael Kerrisk 1 sibling, 0 replies; 5+ messages in thread From: Michael Kerrisk @ 2007-12-04 5:45 UTC (permalink / raw) To: Bert Wesarg; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA On Dec 3, 2007 11:19 PM, Bert Wesarg <bert.wesarg-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > Hello, > > the argz_*(3) pages references the envz(3) in the See ALSO section, > and the other way around to, but booth argz(3) and envz(3) pages do > not exists. > > This could be fixed by rename man3/argz_add.3 to man3/argz.3, add a > new man3/argz_add.3 with a .so to man3/argz.3, and change all > references of the man3/argz_*.3 pages too. > The same for envz.3. > > The patch for this is a little big, but trivial. > > Should I send it? Hello Bert, No need to send the patch. I'll either fix as you suggest, or name the argz.3 and envz.3 pages as .'so links. Thanks for spotting this! Cheers, Michael -- Michael Kerrisk Maintainer of the Linux man-pages project http://www.kernel.org/doc/man-pages/ - 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFC] argz(3) and envz(3) [not found] ` <36ca99e90712031419o6d26da36n4b6bf0fc3947196b-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2007-12-04 5:45 ` Michael Kerrisk @ 2007-12-06 9:20 ` Michael Kerrisk [not found] ` <4757BEDC.8060902-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 1 sibling, 1 reply; 5+ messages in thread From: Michael Kerrisk @ 2007-12-06 9:20 UTC (permalink / raw) To: Bert Wesarg; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA Bert Wesarg wrote: > Hello, > > the argz_*(3) pages references the envz(3) in the See ALSO section, > and the other way around to, but booth argz(3) and envz(3) pages do > not exists. > > This could be fixed by rename man3/argz_add.3 to man3/argz.3, add a > new man3/argz_add.3 with a .so to man3/argz.3, and change all > references of the man3/argz_*.3 pages too. > The same for envz.3. > > The patch for this is a little big, but trivial. > > Should I send it? Hi Bert, I've gone for a simpler change. In envz_add.3 I did a s/argz/argz_add/, and analogously for argz_add.3. (There were no other pages that reference these two pages.) The change will be in man-pages-2.72. Cheers, Michael -- Michael Kerrisk Maintainer of the Linux man-pages project http://www.kernel.org/doc/man-pages/ Want to report a man-pages bug? Look here: http://www.kernel.org/doc/man-pages/reporting_bugs.html - 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <4757BEDC.8060902-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [RFC] argz(3) and envz(3) [not found] ` <4757BEDC.8060902-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2007-12-06 9:38 ` Bert Wesarg [not found] ` <36ca99e90712060138w16bfaad1i5d7e1f4e9e21b7f-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Bert Wesarg @ 2007-12-06 9:38 UTC (permalink / raw) To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA On Dec 6, 2007 10:20 AM, Michael Kerrisk <mtk.manpages-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > Hi Bert, > > I've gone for a simpler change. In envz_add.3 I did a s/argz/argz_add/, > and analogously for argz_add.3. (There were no other pages that reference > these two pages.) > Sure, this is a solution too. But I must admit, that I forget sometimes a function of the argz/envz set and just type 'man argz' in the hope that this man page exists. But now I should know at least the argz_add, so I'm fine with this. Bert > Cheers, > > Michael - 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <36ca99e90712060138w16bfaad1i5d7e1f4e9e21b7f-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [RFC] argz(3) and envz(3) [not found] ` <36ca99e90712060138w16bfaad1i5d7e1f4e9e21b7f-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2007-12-06 10:40 ` Michael Kerrisk 0 siblings, 0 replies; 5+ messages in thread From: Michael Kerrisk @ 2007-12-06 10:40 UTC (permalink / raw) To: Bert Wesarg; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA Bert Wesarg wrote: > On Dec 6, 2007 10:20 AM, Michael Kerrisk <mtk.manpages-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: >> Hi Bert, >> >> I've gone for a simpler change. In envz_add.3 I did a s/argz/argz_add/, >> and analogously for argz_add.3. (There were no other pages that reference >> these two pages.) >> > Sure, > > this is a solution too. But I must admit, that I forget sometimes a > function of the argz/envz set and just type 'man argz' in the hope > that this man page exists. > > But now I should know at least the argz_add, so I'm fine with this. Hi Bert, That's a point. I'll create .so files argz.3 and envz.3 that point to *_add.3. Cheers, Michael -- Michael Kerrisk Maintainer of the Linux man-pages project http://www.kernel.org/doc/man-pages/ Want to report a man-pages bug? Look here: http://www.kernel.org/doc/man-pages/reporting_bugs.html - 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-12-06 10:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-03 22:19 [RFC] argz(3) and envz(3) Bert Wesarg
[not found] ` <36ca99e90712031419o6d26da36n4b6bf0fc3947196b-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-12-04 5:45 ` Michael Kerrisk
2007-12-06 9:20 ` Michael Kerrisk
[not found] ` <4757BEDC.8060902-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2007-12-06 9:38 ` Bert Wesarg
[not found] ` <36ca99e90712060138w16bfaad1i5d7e1f4e9e21b7f-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-12-06 10:40 ` Michael Kerrisk
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox