Hello Regid, On Wed, Nov 14, 2012 at 09:10:24PM +0200, Regid Ichira wrote: > Package: manpages-dev > Version: 3.42-1 > Severity: minor > Tags: patch > File: /usr/share/man/man3/fputs.3.gz > > Adding a space character, after the comma, in putc(c,stdout):
For your information you can report such fixes upstream at [email protected] For Michael: there are other such cases that you may want to fix: git grep --color -E '\w\(\w+,\w' > --- a/fputs.3 2012-11-14 18:27:50.763875583 +0200 > +++ b/fputs.3 2012-11-14 18:22:26.000000000 +0200 > @@ -63,7 +63,7 @@ more than once. > .PP > .BI "putchar(" c ); > is equivalent to > -.BI "putc(" c , stdout ). > +.BI "putc(" c ", " stdout ). > .PP > .BR puts () > writes the string -- Simon Paillard -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

