diff options
author | Jakub Wilk | 2018-11-03 20:55:45 +0100 |
---|---|---|
committer | Jakub Wilk | 2018-11-03 20:56:20 +0100 |
commit | 84bf1f6842a84d5a36399262cdd5349e03f64446 (patch) | |
tree | 58b473e2259e6b487690a50b6b68928264b247dc | |
parent | agetty: when logname is erased, re-enable reloads (diff) | |
download | kernel-qcow2-util-linux-84bf1f6842a84d5a36399262cdd5349e03f64446.tar.gz kernel-qcow2-util-linux-84bf1f6842a84d5a36399262cdd5349e03f64446.tar.xz kernel-qcow2-util-linux-84bf1f6842a84d5a36399262cdd5349e03f64446.zip |
docs: fix typos
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
-rw-r--r-- | Documentation/blkid.txt | 2 | ||||
-rw-r--r-- | Documentation/howto-tests.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/blkid.txt b/Documentation/blkid.txt index c58b04f67..8448c05e5 100644 --- a/Documentation/blkid.txt +++ b/Documentation/blkid.txt @@ -68,7 +68,7 @@ function is used: The second parameter of blkid_get_cache (if non-zero) is the alternate filename of the blkid cache file (see blkid man page for more information about the -default cach file location). +default cache file location). Normally, programs should just pass in NULL. diff --git a/Documentation/howto-tests.txt b/Documentation/howto-tests.txt index 6799c92a4..71c7f85c1 100644 --- a/Documentation/howto-tests.txt +++ b/Documentation/howto-tests.txt @@ -80,7 +80,7 @@ TS_OPT_testdir_[testscript_]fake="<yes|no>" Evaluated by any test script to skip certain tests. Examples: - - skip all the tests within "fdisk" test-direcrory: + - skip all the tests within "fdisk" test-directory: $ make check TS_OPT_fdisk_fake="yes" - skip only "fdisk/bsd" test: |