Hi Petr Thanks for the patch. On Thu, Dec 4, 2008 at 6:23 PM, Petr Baudis <pasky@xxxxxxx> wrote: > Signed-off-by: Petr Baudis <pasky@xxxxxxx> > > diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 > index 47187b6..ccd0f7b 100644 > --- a/man3/fmemopen.3 > +++ b/man3/fmemopen.3 > @@ -224,5 +224,6 @@ does not enlarge the buffer; instead the > call fails, returning \-1. > .\" http://sourceware.org/bugzilla/show_bug.cgi?id=1996 > .SH "SEE ALSO" > +.BR feature_test_macros (7), > .BR fopen (3), > -.BR feature_test_macros (7) The way that SEE ALSO lists are ordered is first by section number, then alphabetically within sections. (This is longstanding Unix convention.) Dropped. > +.BR fopencookie (3) Applied. > diff --git a/man3/fopen.3 b/man3/fopen.3 > index d6b6314..b59810f 100644 > --- a/man3/fopen.3 > +++ b/man3/fopen.3 > @@ -38,6 +38,7 @@ > .\" Converted for Linux, Mon Nov 29 15:22:01 1993, faith@xxxxxxxxxx > .\" Modified, aeb, 960421, 970806 > .\" Modified, joey, aeb, 2002-01-03 > +.\" Cross-linked, pasky@xxxxxxx, 2008-12-04 Nowadays, I tend only to add lines to the in-source change log for major changes. All changes are anyway recorded in the git changelog. > .\" > .TH FOPEN 3 2008-10-12 "GNU" "Linux Programmer's Manual" > .SH NAME > @@ -300,5 +301,6 @@ This flag is ignored for > .\" FIXME document /,ccs= charset/ > .SH "SEE ALSO" > .BR open (2), > -.BR fclose (3), Why remove fclose()? Dropped. > -.BR fileno (3) > +.BR fileno (3), > +.BR fmemopen (3), > +.BR fopencookie (3) Applied this piece. Changes will be in 3.15. Thanks Petr! Chjeers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html -- 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