summaryrefslogtreecommitdiff
path: root/manual/llio.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/llio.texi')
-rw-r--r--manual/llio.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/llio.texi b/manual/llio.texi
index e9bf1d0d60..e9b5573ddd 100644
--- a/manual/llio.texi
+++ b/manual/llio.texi
@@ -2829,7 +2829,7 @@ int
set_cloexec_flag (int desc, int value)
@{
int oldflags = fcntl (desc, F_GETFD, 0);
- /* @r{If reading the flags failed, return error indication now.}
+ /* @r{If reading the flags failed, return error indication now.} */
if (oldflags < 0)
return oldflags;
/* @r{Set just the flag we want to set.} */