diff options
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/open.2 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man2/open.2 b/man2/open.2 index 4752b972f0..f77f5ddbd5 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -761,12 +761,15 @@ requires support by the underlying filesystem; only a subset of Linux filesystems provide that support. In the initial implementation, support was provided in the ext2, ext3, ext4, UDF, Minix, and shmem filesystems. +.\" To check for support, grep for "tmpfile" in kernel sources XFS support was added .\" commit 99b6436bc29e4f10e4388c27a3e4810191cc4788 .\" commit ab29743117f9f4c22ac44c13c1647fb24fb2bafe -in Linux 3.15, and Btrfs support was added +in Linux 3.15, and support for Btrfs .\" commit ef3b9af50bfa6a1f02cd7b3f5124b712b1ba3e3c -in Linux 3.16. +and F2FS +.\" commit 50732df02eefb39ab414ef655979c2c9b64ad21c +was added in Linux 3.16. .TP .B O_TRUNC If the file already exists and is a regular file and the access mode allows |
