From: Michael Kerrisk Date: Wed, 25 Aug 2021 14:27:41 +0000 (-0300) Subject: llio.texi: Wording fixes in description of closefrom() X-Git-Tag: glibc-2.35~557 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5aa359d33163bde660fec9b26e23cfb93d63ecde;p=thirdparty%2Fglibc.git 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 --- diff --git a/manual/llio.texi b/manual/llio.texi index 2c59f6badf4..e55b02d8bd8 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.