]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
close.2: srcfix: FIXME
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 6 Dec 2016 15:29:39 +0000 (16:29 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 6 Dec 2016 15:52:43 +0000 (16:52 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/close.2

index 9827b953e44e08edd6e5ddee42cc91e52960a632..f42c0ef234126f21816bf148779e6f657a0b907f 100644 (file)
@@ -189,6 +189,10 @@ the next major release of the POSIX.1 standard.
 .\" POSIX proposes further changes for EINTR
 .\" http://austingroupbugs.net/tag_view_page.php?tag_id=8
 .\" http://austingroupbugs.net/view.php?id=529
+.\"
+.\" FIXME .
+.\" Review the following glibc bug later
+.\" https://sourceware.org/bugzilla/show_bug.cgi?id=14627
 
 A successful close does not guarantee that the data has been successfully
 saved to disk, as the kernel uses the buffer cache to defer writes.