2011/8/31 Seonghun Lim <wariua@xxxxxxxxx>: > man-pages version: latest git repository > > > diff --git a/man2/posix_fadvise.2 b/man2/posix_fadvise.2 > --- a/man2/posix_fadvise.2 > +++ b/man2/posix_fadvise.2 > @@ -165,7 +165,7 @@ system call that orders the arguments suitably: > .in +4n > .nf > .BI "long arm_fadvise64_64(int " fd ", int " advice , > -.BI " loff_t " offset ", loff_t " len ); > +.BI " loff_t " offset ", loff_t " len ); > .fi > .in > .PP > diff --git a/man2/tee.2 b/man2/tee.2 > --- a/man2/tee.2 > +++ b/man2/tee.2 > @@ -149,8 +149,8 @@ main(int argc, char *argv[]) > int len, slen; > > if (argc != 2) { > - fprintf(stderr, "Usage: %s <file>\\n", argv[0]); > - exit(EXIT_FAILURE); > + fprintf(stderr, "Usage: %s <file>\\n", argv[0]); > + exit(EXIT_FAILURE); > } > > fd = open(argv[1], O_WRONLY | O_CREAT | O_TRUNC, 0644); Thanks. Applied for man-pages-3.33. Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Author of "The Linux Programming Interface"; http://man7.org/tlpi/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html