Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2024 18:51:44 GMT
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1250c9647959 - main - fclose.3: remove a confusing sentence
Message-ID:  <202402161851.41GIpiLO025085@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402161851.41GIpiLO025085>