tags 439560 fixed-upstream thanks Hello Nicolas,
> Please find attached a patch which fixes various formatting typos > introduced in the last updates. Thanks for your extremely thorough patch! I've applied almost all of it for upstream 2.65. One piece looks to be incorrect; see below. > diff -rauN ../orig/manpages-2.62/man5/locale.5 ./manpages-2.62/man5/locale.5 > --- ../orig/manpages-2.62/man5/locale.5 2007-05-21 14:56:30.000000000 > +0200 > +++ ./manpages-2.62/man5/locale.5 2007-08-25 17:25:15.000000000 +0200 > @@ -296,7 +296,7 @@ > The > .B LC_COLLATE > definition ends with the string > -.IR END LC_COLLATE . > +.IR "END LC_COLLATE" . Thanks -- there were actually multiple similar breakages on that page. I fixed them all now, I think. > .SS LC_MONETARY > The definition starts with the string > .B LC_MONETARY > --- ../orig/manpages-2.62/man7/tcp.7 2007-06-23 09:56:56.000000000 +0200 > +++ ./manpages-2.62/man7/tcp.7 2007-08-25 17:37:02.000000000 +0200 > @@ -233,7 +233,7 @@ > fairness under large windows while offering both scalability and > bounded TCP-friendliness. > The protocol combines two schemes > -called additive increase and binary search increase. > +called additive increase and binary search. This piece is AFAICS wrong. It's the only piece of the patch that I didn't apply. Cheers, Michael -- Michael Kerrisk maintainer of Linux man pages Sections 2, 3, 4, 5, and 7 Want to help with man page maintenance? Grab the latest tarball at http://www.kernel.org/pub/linux/docs/manpages/ read the HOWTOHELP file and grep the source files for 'FIXME'. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

