mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
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:
parent
d19b137b6a
commit
5aa359d331
@ -338,8 +338,8 @@ The kernel does not implement the required functionality.
|
|||||||
@standards{GNU, unistd.h}
|
@standards{GNU, unistd.h}
|
||||||
@safety{@prelim{}@mtsafe{}@assafe{}@acsafe{@acsfd{}}}
|
@safety{@prelim{}@mtsafe{}@assafe{}@acsafe{@acsfd{}}}
|
||||||
|
|
||||||
The function @code{closefrom} closes all file descriptors larger than or equal
|
The function @code{closefrom} closes all file descriptors greater than or equal
|
||||||
to @var{lowfd} then @var{lowfd}. This function is similar to calling
|
to @var{lowfd}. This function is similar to calling
|
||||||
@code{close} for all open file descriptors not less than @var{lowfd}.
|
@code{close} for all open file descriptors not less than @var{lowfd}.
|
||||||
|
|
||||||
Already closed file descriptors are ignored.
|
Already closed file descriptors are ignored.
|
||||||
|
Loading…
Reference in New Issue
Block a user