Commit Graph

7 Commits

Author SHA1 Message Date
FRIGN 3e7e1e9644 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.
2015-09-14 10:15:55 +01:00
FRIGN e3b20bbda0 Refactor fallocate(1)
1) Simplify the manpage. Just refer to fallocate(2) and stop trying
   to list supported file systems. This can change and everbody
   with common sense can bring up the relevant manpages of a given
   operating system himself.
   Use the num-semantics.
2) Use estrtonum() instead of estrtol().
3) Allow multiple arguments.
2015-09-14 10:15:55 +01:00
Hiltjo Posthuma 544779a7b8 doc: convert man pages to mandoc, fix some typos in the process 2015-02-06 15:16:23 +00:00
sin c35d668de3 Fix typo 2014-04-13 16:50:20 +01:00
sin 59769ecf3b Fix manpage style 2014-04-13 16:40:56 +01:00
sin e238e16c5c Capitalize the one-line description in manpages 2014-04-12 14:16:56 +01:00
sin 555e6bc447 Add fallocate manpage 2014-04-12 14:05:37 +01:00