*: fix spelling
This commit is contained in:
parent
c63f7e9f64
commit
6cb03b54fe
@ -368,7 +368,7 @@ Mount the filesystem read-write (`-rw`, default) or read-only (`-ro`).
|
|||||||
If both are specified, `-ro` takes precedence.
|
If both are specified, `-ro` takes precedence.
|
||||||
|
|
||||||
#### -reverse
|
#### -reverse
|
||||||
See the `-reverse` section in INIT FLAGS. You need to specifiy the
|
See the `-reverse` section in INIT FLAGS. You need to specify the
|
||||||
`-reverse` option both at `-init` and at mount.
|
`-reverse` option both at `-init` and at mount.
|
||||||
|
|
||||||
#### -serialize_reads
|
#### -serialize_reads
|
||||||
|
@ -28,7 +28,7 @@ unmount_leftovers() {
|
|||||||
|
|
||||||
(
|
(
|
||||||
# Prevent multiple parallel test.bash instances as this causes
|
# Prevent multiple parallel test.bash instances as this causes
|
||||||
# all kinds of mayham
|
# all kinds of mayhem
|
||||||
if ! command -v flock > /dev/null ; then
|
if ! command -v flock > /dev/null ; then
|
||||||
echo "flock is not available, skipping"
|
echo "flock is not available, skipping"
|
||||||
elif ! flock -n 200 ; then
|
elif ! flock -n 200 ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user