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>
This commit is contained in:
Michael Kerrisk 2021-08-25 11:27:41 -03:00 committed by Adhemerval Zanella
parent d19b137b6a
commit 5aa359d331

View File

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