diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-02-10 18:46:42 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-02-10 18:46:42 +0000 |
| commit | c533af9d27b51f685daa67b29398bb73acc1b5d4 (patch) | |
| tree | b7ccf85a974a626e6b441e4c4487129bd27e9f58 /man2/fcntl.2 | |
| parent | bf53d187ba2e1dbce71032d169f9a9b6a98e5300 (diff) | |
| download | man-pages-c533af9d27b51f685daa67b29398bb73acc1b5d4.tar.gz | |
Reformatted FIXMEs
Diffstat (limited to 'man2/fcntl.2')
| -rw-r--r-- | man2/fcntl.2 | 7 |
1 files changed, 4 insertions, 3 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 |
