aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-02-10 18:46:42 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-02-10 18:46:42 +0000
commitc533af9d27b51f685daa67b29398bb73acc1b5d4 (patch)
treeb7ccf85a974a626e6b441e4c4487129bd27e9f58 /man2
parentbf53d187ba2e1dbce71032d169f9a9b6a98e5300 (diff)
downloadman-pages-c533af9d27b51f685daa67b29398bb73acc1b5d4.tar.gz
Reformatted FIXMEs
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),