From c35d668de3895888fc3ba590c9ec5c18725a33b6 Mon Sep 17 00:00:00 2001 From: sin Date: Sun, 13 Apr 2014 16:50:08 +0100 Subject: [PATCH] Fix typo --- fallocate.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fallocate.1 b/fallocate.1 index d1e2288..a3c690c 100644 --- a/fallocate.1 +++ b/fallocate.1 @@ -7,7 +7,7 @@ \fBfallocate\fR preallocates blocks to a file. Only certain filesystems support the fallocate system call. This is a very fast operation to allocate uninitialized blocks in a file without doing any IO. -As of the Linux Kernel v2.6.31, the fallocate system call is supported +As of the Linux kernel v2.6.31, the fallocate system call is supported by the btrfs, ext4, ocfs2, and xfs filesystems. .SH OPTIONS .TP