mirror of https://github.com/aria2/aria2
Merge pull request #1877 from h3xx/fix-doc-typo
Fix typo in documentation, --help textpull/1902/head
commit
aaf090d1a6
|
@ -1359,7 +1359,7 @@ Advanced Options
|
||||||
your best choice. It allocates large(few GiB)
|
your best choice. It allocates large(few GiB)
|
||||||
files almost instantly. Don't use ``falloc`` with
|
files almost instantly. Don't use ``falloc`` with
|
||||||
legacy file systems such as ext3 and FAT32 because it takes
|
legacy file systems such as ext3 and FAT32 because it takes
|
||||||
almost same time as ``prealloc`` and it blocks aria2
|
almost the same time as ``prealloc`` and it blocks aria2
|
||||||
entirely until allocation finishes. ``falloc`` may
|
entirely until allocation finishes. ``falloc`` may
|
||||||
not be available if your system doesn't have
|
not be available if your system doesn't have
|
||||||
:manpage:`posix_fallocate(3)` function.
|
:manpage:`posix_fallocate(3)` function.
|
||||||
|
|
|
@ -1206,7 +1206,7 @@ Opções Avançadas
|
||||||
your best choice. It allocates large(few GiB)
|
your best choice. It allocates large(few GiB)
|
||||||
files almost instantly. Don't use ``falloc`` with
|
files almost instantly. Don't use ``falloc`` with
|
||||||
legacy file systems such as ext3 and FAT32 because it takes
|
legacy file systems such as ext3 and FAT32 because it takes
|
||||||
almost same time as ``prealloc`` and it blocks aria2
|
almost the same time as ``prealloc`` and it blocks aria2
|
||||||
entirely until allocation finishes. ``falloc`` may
|
entirely until allocation finishes. ``falloc`` may
|
||||||
not be available if your system doesn't have
|
not be available if your system doesn't have
|
||||||
:manpage:`posix_fallocate(3)` function.
|
:manpage:`posix_fallocate(3)` function.
|
||||||
|
|
|
@ -142,7 +142,7 @@
|
||||||
" choice. It allocates large(few GiB) files\n" \
|
" choice. It allocates large(few GiB) files\n" \
|
||||||
" almost instantly. Don't use 'falloc' with legacy\n" \
|
" almost instantly. Don't use 'falloc' with legacy\n" \
|
||||||
" file systems such as ext3 and FAT32 because it\n" \
|
" file systems such as ext3 and FAT32 because it\n" \
|
||||||
" takes almost same time as 'prealloc' and it\n" \
|
" takes almost the same time as 'prealloc' and it\n" \
|
||||||
" blocks aria2 entirely until allocation finishes.\n" \
|
" blocks aria2 entirely until allocation finishes.\n" \
|
||||||
" 'falloc' may not be available if your system\n" \
|
" 'falloc' may not be available if your system\n" \
|
||||||
" doesn't have posix_fallocate() function.\n" \
|
" doesn't have posix_fallocate() function.\n" \
|
||||||
|
|
Loading…
Reference in New Issue