From e746db2e271e62b198f566a316211ffbbdbba067 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 22 Feb 2016 15:47:29 +0100 Subject: [PATCH] open.2: f Signed-off-by: Michael Kerrisk --- man2/open.2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man2/open.2 b/man2/open.2 index 109233501..31eb8f32c 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -741,10 +741,12 @@ 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. -XFS and btrfs support was added +XFS support was added .\" commit 99b6436bc29e4f10e4388c27a3e4810191cc4788 .\" commit ab29743117f9f4c22ac44c13c1647fb24fb2bafe -in Linux 3.15, and Linux 3.16, respectively. +in Linux 3.15, and Btrfs support was added +.\" commit ef3b9af50bfa6a1f02cd7b3f5124b712b1ba3e3c +in Linux 3.16, respectively. .TP .B O_TRUNC If the file already exists and is a regular file and the access mode allows