Skip to content

Commit b8c2228

Browse files
committed
Minor manual changes
1 parent 436d4c4 commit b8c2228

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

snapraid.d

+14-14
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ Getting Started
370370
you can skip it.
371371

372372
STEP 4 -> Sync
373-
Run the "sync" command to resynchronize the array with the new disk.
373+
Run the "sync" command to re-synchronize the array with the new disk.
374374

375375
:snapraid sync
376376

@@ -446,7 +446,7 @@ Commands
446446

447447
You can spin-up only some specific disks using the -d, --filter-disk option.
448448

449-
Take care that spinniup-up all the disks at the same time needs a lot of power.
449+
Take care that spinning-up all the disks at the same time needs a lot of power.
450450
Ensure that your power-supply can sustain that.
451451

452452
Nothing is modified.
@@ -601,7 +601,7 @@ Commands
601601
It works like "fix", but it only simulates a recovery and no change
602602
is written in the array.
603603

604-
This command is mostly intended for manual verifications,
604+
This command is mostly intended for manual verification,
605605
like after a recovery process or in other special conditions.
606606
For periodic and scheduled checks uses "scrub".
607607

@@ -622,7 +622,7 @@ Commands
622622
dup
623623
Lists all the duplicate files. Two files are assumed equal if their
624624
hashes are matching. The file data is not read, but only the
625-
precomputed hashes are used.
625+
pre-computed hashes are used.
626626

627627
Nothing is modified.
628628

@@ -634,7 +634,7 @@ Commands
634634
symbolic links.
635635

636636
When updating, all the present symbolic links and empty
637-
subdirectories are deleted and replaced with the new
637+
sub-directories are deleted and replaced with the new
638638
view of the array. Any other regular file is left in place.
639639

640640
Nothing is modified outside the pool directory.
@@ -656,20 +656,20 @@ Commands
656656
Nothing is modified.
657657

658658
touch
659-
Sets arbitrarely the sub-second timestamp of all the files
659+
Sets arbitrarily the sub-second time-stamp of all the files
660660
that have it at zero.
661661

662662
This improves the SnapRAID capability to recognize moved
663-
and copied files as it makes the timestamp almost unique,
663+
and copied files as it makes the time-stamp almost unique,
664664
removing possible duplicates.
665665

666-
More specifically, if the sub-second timestamp is not zero,
666+
More specifically, if the sub-second time-stamp is not zero,
667667
a moved or copied file is identified as such if it matches
668-
the name, size and timestamp. If instead the sub-second timestamp
668+
the name, size and time-stamp. If instead the sub-second time-stamp
669669
is zero, it's considered a copy only if it matches the full path,
670-
size and timestamp.
670+
size and time-stamp.
671671

672-
Note that the second precision timestamp is not modified,
672+
Note that the second precision time-stamp is not modified,
673673
and all the dates and times of your files will be maintained.
674674

675675
rehash
@@ -786,7 +786,7 @@ Options
786786
from the array after the last "sync".
787787
If you still have such files, they could be used by "check"
788788
and "fix" to improve the recover process.
789-
The files are read also in subdirectories and they are
789+
The files are read also in sub-directories and they are
790790
identified regardless of their name.
791791
This option can be used only with "check" and "fix".
792792

@@ -842,7 +842,7 @@ Options
842842
to another, and to reuse the already computed hash information
843843
to detect silent errors or to recover missing files.
844844
This behavior, in some rare cases, may result in false positives,
845-
or in a slow process due the many hash verifications, and this
845+
or in a slow process due the many hash verification, and this
846846
option allows to resolve them.
847847
This option can be used only with "sync", "check" and "fix".
848848

@@ -973,7 +973,7 @@ Configuration
973973
* 5-parity enables penta (five) parity
974974
* 6-parity enables hexa (six) parity
975975

976-
Each parity level requires the precence of all the previous parity
976+
Each parity level requires the presence of all the previous parity
977977
levels.
978978

979979
The same considerations of the 'parity' option apply.

0 commit comments

Comments
 (0)