aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/fcntl.25
1 files changed, 3 insertions, 2 deletions
diff --git a/man2/fcntl.2 b/man2/fcntl.2
index 6795dc35f2..cbe75e2760 100644
--- a/man2/fcntl.2
+++ b/man2/fcntl.2
@@ -149,7 +149,7 @@ bit is 0, the file descriptor will remain open across an
otherwise it will be closed.
.TP
.BR F_GETFD " (\fIvoid\fP)"
-Read the file descriptor flags;
+Return (as the function result) the file descriptor flags;
.I arg
is ignored.
.TP
@@ -191,7 +191,8 @@ The file status flags and their semantics are described in
.BR open (2).
.TP
.BR F_GETFL " (\fIvoid\fP)"
-Get the file access mode and the file status flags;
+Return (as the function result)
+the file access mode and the file status flags;
.I arg
is ignored.
.TP