* [Patch] Fix groff syntax
@ 2010-09-26 10:09 Denis Barbier
[not found] ` <AANLkTinn0cN2w2+u0LuZWQcWZgCdEN6w=q3jq9zzLUr6-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Denis Barbier @ 2010-09-26 10:09 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 133 bytes --]
Hello,
Here is a syntax.patch file to fix 2 groff issues, and another patch
to fix trivial issues with mknotat.2 and rand.3.
Denis
[-- Attachment #2: syntax.patch --]
[-- Type: text/x-patch, Size: 680 bytes --]
diff --git a/man3/rand.3 b/man3/rand.3
index 3dcf5b9..683d486 100644
--- a/man3/rand.3
+++ b/man3/rand.3
@@ -34,7 +34,7 @@
.\" Modified 1998-04-10, Nicolás Lichtmaier <nick@debian.org>
.\" with contribution from Francesco Potorti <F.Potorti@cnuce.cnr.it>
.\" Modified 2003-11-15, aeb, added rand_r
-.\| 2010-09-13, mtk, added example program
+.\" 2010-09-13, mtk, added example program
.\"
.TH RAND 3 2010-09-13 "" "Linux Programmer's Manual"
.SH NAME
diff --git a/man3/tanh.3 b/man3/tanh.3
index bf51979..40dbc57 100644
--- a/man3/tanh.3
+++ b/man3/tanh.3
@@ -61,7 +61,6 @@ _POSIX_C_SOURCE\ >=\ 200112L;
or
.I cc\ -std=c99
.RE
-.a.RE
.ad
.SH DESCRIPTION
The
[-- Attachment #3: trivial.patch --]
[-- Type: text/x-patch, Size: 789 bytes --]
diff --git a/man2/mknodat.2 b/man2/mknodat.2
index bb8f197..ee4176a 100644
--- a/man2/mknodat.2
+++ b/man2/mknodat.2
@@ -46,7 +46,7 @@ Feature Test Macro Requirements for glibc (see
.ad l
.RS 4
.TP 4
-Since glibc 2.10:cw
+Since glibc 2.10:
_XOPEN_SOURCE\ >=\ 700
.\" Other FTM combinations will also expose mknodat(), but this function was
.\" added in SUSv4, maked XSI, so we'll just document what the standard says
diff --git a/man3/rand.3 b/man3/rand.3
index 3dcf5b9..69bd464 100644
--- a/man3/rand.3
+++ b/man3/rand.3
@@ -86,7 +86,7 @@ or it might be something more elaborate.
In order to get reproducible behavior in a threaded
application, this state must be made explicit;
this can be done using the reentrant function
-.BR rand_r ()
+.BR rand_r ().
Like
.BR rand (),
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Patch] Fix groff syntax
[not found] ` <AANLkTinn0cN2w2+u0LuZWQcWZgCdEN6w=q3jq9zzLUr6-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-09-26 14:08 ` Michael Kerrisk
[not found] ` <AANLkTi=_UY9By=Vf8Jv_M4BK8M6ED318j9rhiYkVT5Sk-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Michael Kerrisk @ 2010-09-26 14:08 UTC (permalink / raw)
To: Denis Barbier; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
On Sun, Sep 26, 2010 at 12:09 PM, Denis Barbier <bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Hello,
>
> Here is a syntax.patch file to fix 2 groff issues, and another patch
> to fix trivial issues with mknotat.2 and rand.3.
Thanks Denis. All changes applied for 3.28.
So, a question. How close is the Debian French translation behind me?
It looks like: very close. (Are there any still untranslated pages?)
If so, that's great, since it's good to to know I have sort of
checking that you are doing with these packages.
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] 4+ messages in thread
* Re: [Patch] Fix groff syntax
[not found] ` <AANLkTi=_UY9By=Vf8Jv_M4BK8M6ED318j9rhiYkVT5Sk-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-09-26 16:00 ` Denis Barbier
[not found] ` <AANLkTik3+Wx3-dOnPmeCZoz_RLRjGSXbWRo=cW7vKR7k-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Denis Barbier @ 2010-09-26 16:00 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
On 2010/9/26 Michael Kerrisk wrote:
> On Sun, Sep 26, 2010 at 12:09 PM, Denis Barbier <bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> Hello,
>>
>> Here is a syntax.patch file to fix 2 groff issues, and another patch
>> to fix trivial issues with mknotat.2 and rand.3.
>
> Thanks Denis. All changes applied for 3.28.
>
> So, a question. How close is the Debian French translation behind me?
> It looks like: very close. (Are there any still untranslated pages?)
Hello Michael,
We are indeed very close ;)
3.24 man-pages (26-Feb-2010) man-pages-fr (28-Feb-2010)
3.25 man-pages (20-Jun-2010) man-pages-fr (11-Jul-2010)
3.26 man-pages (05-Sep-2010) man-pages-fr (13-Sep-2010)
All pages are translated except mdoc.samples.7, this page is huge and
not really useful IMHO.
We follow closely your git repository to translate HEAD, so that we
have only a small amount of work left when you release. (Except when
you don't push for a couple of weeks and send dozens of large commits
in a row ;))
> If so, that's great, since it's good to to know I have sort of
> checking that you are doing with these packages.
Right, and when you can, please push your changes as soon as possible,
we may catch those mistakes before you release. But it is up to you,
really, we are happy with your current workflow, it does not matter
much if our release is delayed by 2 days instead of 2 weeks.
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] 4+ messages in thread
* Re: [Patch] Fix groff syntax
[not found] ` <AANLkTik3+Wx3-dOnPmeCZoz_RLRjGSXbWRo=cW7vKR7k-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-09-27 5:59 ` Michael Kerrisk
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk @ 2010-09-27 5:59 UTC (permalink / raw)
To: Denis Barbier; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Hello Denis,
On Sun, Sep 26, 2010 at 6:00 PM, Denis Barbier <bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> On 2010/9/26 Michael Kerrisk wrote:
>> On Sun, Sep 26, 2010 at 12:09 PM, Denis Barbier <bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>>> Hello,
>>>
>>> Here is a syntax.patch file to fix 2 groff issues, and another patch
>>> to fix trivial issues with mknotat.2 and rand.3.
>>
>> Thanks Denis. All changes applied for 3.28.
>>
>> So, a question. How close is the Debian French translation behind me?
>> It looks like: very close. (Are there any still untranslated pages?)
>
> Hello Michael,
>
> We are indeed very close ;)
> 3.24 man-pages (26-Feb-2010) man-pages-fr (28-Feb-2010)
> 3.25 man-pages (20-Jun-2010) man-pages-fr (11-Jul-2010)
> 3.26 man-pages (05-Sep-2010) man-pages-fr (13-Sep-2010)
> All pages are translated except mdoc.samples.7, this page is huge and
> not really useful IMHO.
Excellent.
Would you like to supply a small piece of text for
http://www.kernel.org/doc/man-pages/translations.html
?
> We follow closely your git repository to translate HEAD, so that we
> have only a small amount of work left when you release. (Except when
> you don't push for a couple of weeks and send dozens of large commits
> in a row ;))
I'll try to be better. From now on, you can expect to be doing a bit
more translation work.
>> If so, that's great, since it's good to to know I have sort of
>> checking that you are doing with these packages.
>
> Right, and when you can, please push your changes as soon as possible,
> we may catch those mistakes before you release. But it is up to you,
> really, we are happy with your current workflow, it does not matter
> much if our release is delayed by 2 days instead of 2 weeks.
Okay.
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] 4+ messages in thread
end of thread, other threads:[~2010-09-27 5:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-26 10:09 [Patch] Fix groff syntax Denis Barbier
[not found] ` <AANLkTinn0cN2w2+u0LuZWQcWZgCdEN6w=q3jq9zzLUr6-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-09-26 14:08 ` Michael Kerrisk
[not found] ` <AANLkTi=_UY9By=Vf8Jv_M4BK8M6ED318j9rhiYkVT5Sk-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-09-26 16:00 ` Denis Barbier
[not found] ` <AANLkTik3+Wx3-dOnPmeCZoz_RLRjGSXbWRo=cW7vKR7k-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-09-27 5:59 ` Michael Kerrisk
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).