From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Baudis Subject: [PATCH] fopen(3), fmemopen(3), fopencookie(3): Cross-link Date: Fri, 5 Dec 2008 00:23:05 +0100 Message-ID: <20081204232305.GI10491@machine.or.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-man@vger.kernel.org Signed-off-by: Petr Baudis 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-+5Oa3zvhR2o3uPMLIKxrzw@public.gmane.org .\" Modified, aeb, 960421, 970806 .\" Modified, joey, aeb, 2002-01-03 +.\" Cross-linked, pasky-AlSwsSmVLrQ@public.gmane.org, 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html