fclose.3: remove a confusing sentence

PR:		277037
Reviewed by:	oshogbo
This commit is contained in:
Maxim Konovalov 2024-02-16 18:50:12 +00:00
parent b134c10d65
commit 1250c96479

View file

@ -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.