diff options
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 |
