public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/maskray/unnest] llio.texi: Wording fixes in description of closefrom()
@ 2021-09-03 17:04 Fangrui Song
  0 siblings, 0 replies; only message in thread
From: Fangrui Song @ 2021-09-03 17:04 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5aa359d33163bde660fec9b26e23cfb93d63ecde

commit 5aa359d33163bde660fec9b26e23cfb93d63ecde
Author: Michael Kerrisk <mtk.manpages@gmail.com>
Date:   Wed Aug 25 11:27:41 2021 -0300

    llio.texi: Wording fixes in description of closefrom()
    
    Fix two problems.
    
    Rather than "larger than", better English is "greater than".
    
    Then there is a wordinig error on the following line: "then lowfd"
    appears to be cruft.
    
    Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>

Diff:
---
 manual/llio.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manual/llio.texi b/manual/llio.texi
index 2c59f6badf..e55b02d8bd 100644
--- a/manual/llio.texi
+++ b/manual/llio.texi
@@ -338,8 +338,8 @@ The kernel does not implement the required functionality.
 @standards{GNU, unistd.h}
 @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{@acsfd{}}}
 
-The function @code{closefrom} closes all file descriptors larger than or equal
-to @var{lowfd} then @var{lowfd}.  This function is similar to calling
+The function @code{closefrom} closes all file descriptors greater than or equal
+to @var{lowfd}.  This function is similar to calling
 @code{close} for all open file descriptors not less than @var{lowfd}.
 
 Already closed file descriptors are ignored.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-03 17:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-03 17:04 [glibc/maskray/unnest] llio.texi: Wording fixes in description of closefrom() Fangrui Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).