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
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@xxxxxxxxxx> .\" with contribution from Francesco Potorti <F.Potorti@xxxxxxxxxxxx> .\" 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
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 (),