Date: Wed, 14 Feb 2024 04:20:54 +0000 From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 277037] Typographical errors and grammar clarification in fclose(3) with a patch Message-ID: <bug-277037-9-HKUstRWOuh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-277037-9@https.bugs.freebsd.org/bugzilla/> References: <bug-277037-9@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277037 Maxim Konovalov <maxim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maxim@FreeBSD.org --- Comment #1 from Maxim Konovalov <maxim@FreeBSD.org> --- Created attachment 248452 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D248452&action= =3Dedit fdclose man page diff Hi, After reading libc/stdio/fclose.c I tend to think that the whole sentence should be just removed. I.e., it should look like the following: The fdclose() function is equivalent to fclose() except that it does not close the underlying file descriptor. If fdp is not NULL, the file descriptor will be written to it. If the stream does not have an associated file descriptor, fdp will be set = to -1.=20 %%% I enclosed the patch for completeness. Maxim --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277037-9-HKUstRWOuh>