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) +.BR fopencookie (3) 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 .\" .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), -.BR fileno (3) +.BR fileno (3), +.BR fmemopen (3), +.BR fopencookie (3) -- 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