All of lore.kernel.org
 help / color / mirror / Atom feed
* Misspelling in pthread_getattr_np man page
@ 2009-11-19 13:25 Denis Silakov
       [not found] ` <4B054758.8000602-ufN2psIa012HXe+LvDLADg@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Denis Silakov @ 2009-11-19 13:25 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Man pthread_getattr_np, 'CONFORMING TO' section - "... GNU extension. 
hence the ..." - replace '.' with ';' after 'extension'.

Additionally, it probably makes sense to add the sentence 'hence the
suffix "_np" (non-portable) in the name' to
pthread_kill_other_threads_np man page. All other mans for pthread_*_np
functions contain this note.

-- 
Regards,
Denis.

--
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] 6+ messages in thread

* Re: Misspelling in pthread_getattr_np man page
       [not found] ` <4B054758.8000602-ufN2psIa012HXe+LvDLADg@public.gmane.org>
@ 2010-09-09  6:12   ` Michael Kerrisk
       [not found]     ` <AANLkTi=XTJDCMd4H88Rp=M31hB5x1Qov5NFCmdvZO6SK-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Kerrisk @ 2010-09-09  6:12 UTC (permalink / raw)
  To: Denis Silakov; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Hello Denis

2009/11/19 Denis Silakov <silakov-ufN2psIa012HXe+LvDLADg@public.gmane.org>:
> Man pthread_getattr_np, 'CONFORMING TO' section - "... GNU extension.
> hence the ..." - replace '.' with ';' after 'extension'.

Fixed for man-pages-3.27.

> Additionally, it probably makes sense to add the sentence 'hence the
> suffix "_np" (non-portable) in the name' to
> pthread_kill_other_threads_np man page. All other mans for pthread_*_np
> functions contain this note.

Also fixed for man-pages-3.27.

Thanks,

Michael


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
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] 6+ messages in thread

* Re: Misspelling in pthread_getattr_np man page
       [not found]     ` <AANLkTi=XTJDCMd4H88Rp=M31hB5x1Qov5NFCmdvZO6SK-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-09-15 21:13       ` Denis Barbier
       [not found]         ` <AANLkTikw5caU=inGnGaNxG2hQAHrKwBr1nM4iH98vzDK-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Denis Barbier @ 2010-09-15 21:13 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Denis Silakov, linux-man-u79uwXL29TY76Z2rM5mHXA

On 2010/9/9 Michael Kerrisk wrote:
> Hello Denis
>
> 2009/11/19 Denis Silakov <silakov-ufN2psIa012HXe+LvDLADg@public.gmane.org>:
>> Man pthread_getattr_np, 'CONFORMING TO' section - "... GNU extension.
>> hence the ..." - replace '.' with ';' after 'extension'.
>
> Fixed for man-pages-3.27.

Hello Michael,

A spurious s has been added in 0a96a9f:
  This function is a nonstandard GNU extension*s*;

See
 http://git.kernel.org/?p=docs/man-pages/man-pages.git;a=commitdiff;h=0a96a9f;hp=583dc9a

Another Denis
--
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] 6+ messages in thread

* Re: Misspelling in pthread_getattr_np man page
       [not found]         ` <AANLkTikw5caU=inGnGaNxG2hQAHrKwBr1nM4iH98vzDK-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-09-19  5:03           ` Michael Kerrisk
       [not found]             ` <AANLkTinSo+3gjRUssn=WL3pg-9aq7Q75vNU3LJo7mTbC-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Kerrisk @ 2010-09-19  5:03 UTC (permalink / raw)
  To: Denis Barbier; +Cc: Denis Silakov, linux-man-u79uwXL29TY76Z2rM5mHXA

On Wed, Sep 15, 2010 at 11:13 PM, Denis Barbier <bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> On 2010/9/9 Michael Kerrisk wrote:
>> Hello Denis
>>
>> 2009/11/19 Denis Silakov <silakov-ufN2psIa012HXe+LvDLADg@public.gmane.org>:
>>> Man pthread_getattr_np, 'CONFORMING TO' section - "... GNU extension.
>>> hence the ..." - replace '.' with ';' after 'extension'.
>>
>> Fixed for man-pages-3.27.
>
> Hello Michael,
>
> A spurious s has been added in 0a96a9f:
>  This function is a nonstandard GNU extension*s*;
>
> See
>  http://git.kernel.org/?p=docs/man-pages/man-pages.git;a=commitdiff;h=0a96a9f;hp=583dc9a
>
> Another Denis

Thanks. Fixed.

Cheers,

Michael



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
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] 6+ messages in thread

* Re: Misspelling in pthread_getattr_np man page
       [not found]             ` <AANLkTinSo+3gjRUssn=WL3pg-9aq7Q75vNU3LJo7mTbC-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-09-19  9:46               ` Denis Barbier
       [not found]                 ` <AANLkTi=_hm=MZAmLJvaFjpU3PYcY5Gg9s11wR5gfzD8A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Denis Barbier @ 2010-09-19  9:46 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On 2010/9/19 Michael Kerrisk wrote:
> On Wed, Sep 15, 2010 at 11:13 PM, Denis Barbier wrote:
>> On 2010/9/9 Michael Kerrisk wrote:
>>> Hello Denis
>>>
>>> 2009/11/19 Denis Silakov <silakov-ufN2psIa012HXe+LvDLADg@public.gmane.org>:
>>>> Man pthread_getattr_np, 'CONFORMING TO' section - "... GNU extension.
>>>> hence the ..." - replace '.' with ';' after 'extension'.
>>>
>>> Fixed for man-pages-3.27.
>>
>> Hello Michael,
>>
>> A spurious s has been added in 0a96a9f:
>>  This function is a nonstandard GNU extension*s*;
>>
>> See
>>  http://git.kernel.org/?p=docs/man-pages/man-pages.git;a=commitdiff;h=0a96a9f;hp=583dc9a
>>
>> Another Denis
>
> Thanks. Fixed.

Hello Michael,

Can you please push your changes, so that we can start translating them?
Thanks

Denis
--
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] 6+ messages in thread

* Re: Misspelling in pthread_getattr_np man page
       [not found]                 ` <AANLkTi=_hm=MZAmLJvaFjpU3PYcY5Gg9s11wR5gfzD8A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-09-21 11:20                   ` Michael Kerrisk
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk @ 2010-09-21 11:20 UTC (permalink / raw)
  To: Denis Barbier; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On Sun, Sep 19, 2010 at 11:46 AM, Denis Barbier <bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> On 2010/9/19 Michael Kerrisk wrote:
>> On Wed, Sep 15, 2010 at 11:13 PM, Denis Barbier wrote:
>>> On 2010/9/9 Michael Kerrisk wrote:
>>>> Hello Denis
>>>>
>>>> 2009/11/19 Denis Silakov <silakov-ufN2psIa012HXe+LvDLADg@public.gmane.org>:
>>>>> Man pthread_getattr_np, 'CONFORMING TO' section - "... GNU extension.
>>>>> hence the ..." - replace '.' with ';' after 'extension'.
>>>>
>>>> Fixed for man-pages-3.27.
>>>
>>> Hello Michael,
>>>
>>> A spurious s has been added in 0a96a9f:
>>>  This function is a nonstandard GNU extension*s*;
>>>
>>> See
>>>  http://git.kernel.org/?p=docs/man-pages/man-pages.git;a=commitdiff;h=0a96a9f;hp=583dc9a
>>>
>>> Another Denis
>>
>> Thanks. Fixed.
>
> Hello Michael,
>
> Can you please push your changes, so that we can start translating them?
> Thanks

Some changes pushed now.

Thanks,

Michael



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
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] 6+ messages in thread

end of thread, other threads:[~2010-09-21 11:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-19 13:25 Misspelling in pthread_getattr_np man page Denis Silakov
     [not found] ` <4B054758.8000602-ufN2psIa012HXe+LvDLADg@public.gmane.org>
2010-09-09  6:12   ` Michael Kerrisk
     [not found]     ` <AANLkTi=XTJDCMd4H88Rp=M31hB5x1Qov5NFCmdvZO6SK-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-09-15 21:13       ` Denis Barbier
     [not found]         ` <AANLkTikw5caU=inGnGaNxG2hQAHrKwBr1nM4iH98vzDK-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-09-19  5:03           ` Michael Kerrisk
     [not found]             ` <AANLkTinSo+3gjRUssn=WL3pg-9aq7Q75vNU3LJo7mTbC-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-09-19  9:46               ` Denis Barbier
     [not found]                 ` <AANLkTi=_hm=MZAmLJvaFjpU3PYcY5Gg9s11wR5gfzD8A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-09-21 11:20                   ` Michael Kerrisk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.