> Remove unneeded quotation marks ("). > > The output from "nroff" and "groff" is unchanged, except for the style > of a variable 'i' in the file "wcsncmp.3". > --- a/man3/wcsncmp.3 > +++ b/man3/wcsncmp.3 > @@ -62,7 +62,7 @@ greater than > It returns an integer less than zero if at the first > differing position > .I i > -.RI (i > +.RI ( i > < > .IR n ), > the corresponding > diff --git a/man3/wcsnrtombs.3 b/man3/wcsnrtombs.3 > index d45b54127..add66a2bb 100644 I made this change manually. Thanks, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/