git: c9f5889d05b5 - main - libc: Further nit in fopen(3) man page.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Sep 2023 22:53:41 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=c9f5889d05b5854be033849a4ff9985699071548
commit c9f5889d05b5854be033849a4ff9985699071548
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2023-09-01 22:53:27 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2023-09-01 22:53:35 +0000
libc: Further nit in fopen(3) man page.
Sponsored by: Klara, Inc.
Reviewed by: kevans
Differential Revision: https://reviews.freebsd.org/D41687
---
lib/libc/stdio/fopen.3 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3
index 7012e565d7fe..6f03443caf42 100644
--- a/lib/libc/stdio/fopen.3
+++ b/lib/libc/stdio/fopen.3
@@ -248,9 +248,10 @@ byte.
.Sh RETURN VALUES
Upon successful completion
.Fn fopen ,
-.Fn fdopen
-and
+.Fn fdopen ,
.Fn freopen
+and
+.Fn fmemopen
return a
.Tn FILE
pointer.