From 5aa359d33163bde660fec9b26e23cfb93d63ecde Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 25 Aug 2021 11:27:41 -0300 Subject: [PATCH] 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 --- manual/llio.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/llio.texi b/manual/llio.texi index 2c59f6b..e55b02d 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. -- 2.7.4