aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/fcntl.27
-rw-r--r--man2/inotify_add_watch.24
2 files changed, 6 insertions, 5 deletions
diff --git a/man2/fcntl.2 b/man2/fcntl.2
index 73aa902ee9..e323bf0e0f 100644
--- a/man2/fcntl.2
+++ b/man2/fcntl.2
@@ -150,8 +150,8 @@ On Linux this command can only change the
and
.BR O_NONBLOCK
flags.
-.\" FIXME According to SUSv3, O_SYNC should also be modifiable via
-.\" fcntl(2), but currently Linux does not permit this
+.\" FIXME According to SUSv3, O_SYNC should also be modifiable
+.\" via fcntl(2), but currently Linux does not permit this
.\" See http://bugzilla.kernel.org/show_bug.cgi?id=5994
.P
.SS "Advisory locking"
@@ -375,7 +375,8 @@ If you set the
status flag on a file descriptor (either by providing this flag with the
.BR open (2)
.\" FIXME The statement that O_ASYNC can be used in open() does not
-.\" match reality; setting O_ASYNC via open() does not seem to be effective.
+.\" match reality; setting O_ASYNC via open() does not seem to be
+.\" effective.
.\" See http://bugzilla.kernel.org/show_bug.cgi?id=5993
call, or by using the
.B F_SETFL
diff --git a/man2/inotify_add_watch.2 b/man2/inotify_add_watch.2
index 24565c44d0..016428e4de 100644
--- a/man2/inotify_add_watch.2
+++ b/man2/inotify_add_watch.2
@@ -105,8 +105,8 @@ In kernels before 2.6.16, the
.B IN_ONESHOT
.I mask
flag does not work.
-.\" FIXME To be confirmed that the IN_ONESHOT fix made by Robert Love did
-.\" actually make it into 2.6.16. (8 Feb 06)
+.\" FIXME To be confirmed that the IN_ONESHOT fix made by Robert Love
+.\" did actually make it into 2.6.16. (8 Feb 06)
.SH "SEE ALSO"
.BR inotify_init (2),
.BR inotify_rm_watch (2),