diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/fopen.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index f954d6c..a82da5e 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -129,6 +129,10 @@ function associates a stream with the existing file descriptor, The .Fa mode of the stream must be compatible with the mode of the file descriptor. +When the stream is closed via +.Xr fclose 3 , +.Fa fildes +is closed also. .Pp The .Fn freopen |