projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad4491a
)
Add missing comment terminator is example code.
author
drepper
<drepper>
Mon, 4 Nov 2002 09:12:43 +0000
(09:12 +0000)
committer
drepper
<drepper>
Mon, 4 Nov 2002 09:12:43 +0000
(09:12 +0000)
manual/llio.texi
patch
|
blob
|
history
diff --git
a/manual/llio.texi
b/manual/llio.texi
index
e9bf1d0
..
e9b5573
100644
(file)
--- 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.} */