diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2023-09-01 22:53:27 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2023-09-01 22:53:35 +0000 |
| commit | c9f5889d05b5854be033849a4ff9985699071548 (patch) | |
| tree | af5a6a95b73a381b586c541d01a3dccf4955b69b /lib/libc/stdio | |
| parent | 7063f94283af60818429a0c2d70e80ae4ad5c146 (diff) | |
Diffstat (limited to 'lib/libc/stdio')
| -rw-r--r-- | lib/libc/stdio/fopen.3 | 5 |
1 files 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. |
