about summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-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.