git: 1250c9647959 - main - fclose.3: remove a confusing sentence

From: Maxim Konovalov <maxim_at_FreeBSD.org>
Date: Fri, 16 Feb 2024 18:51:44 UTC
The branch main has been updated by maxim:

URL: https://cgit.FreeBSD.org/src/commit/?id=1250c9647959fab955fb8d9046cb41bc749e6855

commit 1250c9647959fab955fb8d9046cb41bc749e6855
Author:     Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2024-02-16 18:50:12 +0000
Commit:     Maxim Konovalov <maxim@FreeBSD.org>
CommitDate: 2024-02-16 18:50:12 +0000

    fclose.3: remove a confusing sentence
    
    PR:             277037
    Reviewed by:    oshogbo
---
 lib/libc/stdio/fclose.3 | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lib/libc/stdio/fclose.3 b/lib/libc/stdio/fclose.3
index 188c35b1f0c7..524ff9754bb4 100644
--- a/lib/libc/stdio/fclose.3
+++ b/lib/libc/stdio/fclose.3
@@ -30,7 +30,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd July 4, 2015
+.Dd February 13, 2024
 .Dt FCLOSE 3
 .Os
 .Sh NAME
@@ -69,9 +69,6 @@ If
 is not
 .Dv NULL ,
 the file descriptor will be written to it.
-If the
-.Fa fdp
-argument will be different then NULL the file descriptor will be returned in it,
 If the stream does not have an associated file descriptor,
 .Fa fdp
 will be set to -1.