[hackers] [ubase] Fix fallocate(1) manpage || FRIGN

From: <git_AT_suckless.org>
Date: Mon, 14 Sep 2015 11:16:01 +0200 (CEST)

commit 3e7e1e96440dc0e0034eb5071a71de3bcb1e463a
Author: FRIGN <dev_AT_frign.de>
AuthorDate: Sat Sep 12 22:52:33 2015 +0200
Commit: sin <sin_AT_2f30.org>
CommitDate: Mon Sep 14 10:15:55 2015 +0100

    Fix fallocate(1) manpage
    
    To be honest, I had a little misunderstanding of the fallocate(1)-
    utility.
    It turns out that it only adds preallocated space if the length
    exceeds the size of an already existing file.
    No truncation happens.
    
    Thus, I fixed the wording accordingly.

diff --git a/fallocate.1 b/fallocate.1
index 2fad8d2..d0fb01b 100644
--- a/fallocate.1
+++ b/fallocate.1
_AT_@ -1,9 +1,9 @@
-.Dd September 11, 2015
+.Dd September 12, 2015
 .Dt FALLOCATE 1
 .Os ubase
 .Sh NAME
 .Nm fallocate
-.Nd reallocate files
+.Nd preallocate files
 .Sh SYNOPSIS
 .Nm
 .Op Fl o Ar num
_AT_@ -11,17 +11,17 @@
 .Ar file ...
 .Sh DESCRIPTION
 .Nm
-if necessary creates and reallocates each
+if necessary creates and preallocates each
 .Ar file
-resulting in expansion or truncation.
+without truncation.
 .sp
 Given the filesystem supports
 .Xr fallocate 2 ,
-it is a very fast method of reallocation.
+it is a very fast method of preallocation.
 .Sh OPTIONS
 .Bl -tag -width Ds
 .It Fl l Ar num
-Allocate
+Preallocate
 .Ar num
 bytes.
 .It Fl o Ar num
Received on Mon Sep 14 2015 - 11:16:01 CEST

This archive was generated by hypermail 2.3.0 : Mon Sep 14 2015 - 11:24:11 CEST