diff options
Diffstat (limited to 'manual/llio.texi')
-rw-r--r-- | manual/llio.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/llio.texi b/manual/llio.texi index c31a5cf0eb..9895615df7 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -1025,7 +1025,7 @@ This macro removes @var{filedes} from the file descriptor set @var{set}. @comment BSD @deftypefn Macro int FD_ISSET (int @var{filedes}, fd_set *@var{set}) This macro returns a nonzero value (true) if @var{filedes} is a member -of the the file descriptor set @var{set}, and zero (false) otherwise. +of the file descriptor set @var{set}, and zero (false) otherwise. @end deftypefn Next, here is the description of the @code{select} function itself. |