summaryrefslogtreecommitdiff
path: root/manual/llio.texi
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-08-25 11:27:41 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-08-26 15:23:07 -0300
commit5aa359d33163bde660fec9b26e23cfb93d63ecde (patch)
tree3bc7e0e0117ffccbf2f42b4b4938299e44292936 /manual/llio.texi
parentd19b137b6a6b19411125c7a697bfab5bcddbdb65 (diff)
downloadglibc-5aa359d33163bde660fec9b26e23cfb93d63ecde.tar.gz
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>
Diffstat (limited to 'manual/llio.texi')
-rw-r--r--manual/llio.texi4
1 files 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.