mirror of git://git.suckless.org/sbase
Fix typo
This commit is contained in:
parent
59769ecf3b
commit
c35d668de3
|
@ -7,7 +7,7 @@
|
||||||
\fBfallocate\fR preallocates blocks to a file. Only certain filesystems
|
\fBfallocate\fR preallocates blocks to a file. Only certain filesystems
|
||||||
support the fallocate system call. This is a very fast operation to allocate
|
support the fallocate system call. This is a very fast operation to allocate
|
||||||
uninitialized blocks in a file without doing any IO.
|
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.
|
by the btrfs, ext4, ocfs2, and xfs filesystems.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in New Issue