linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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

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).