about summary refs log tree commit diff
diff options
context:
space:
mode:
authorolgeni <olgeni@olgeni.com>2017-08-23 09:53:48 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-08-23 14:38:33 +0200
commitde58edb22d0cedd78d599921706dad84752ef2e7 (patch)
tree26b56e2d6e58e2af49c136b8eef0dac739cdc66e
parent7e021f95ea19b01f52d177d23031b5ab9df09c16 (diff)
downloadlr-de58edb22d0cedd78d599921706dad84752ef2e7.tar.gz
lr-de58edb22d0cedd78d599921706dad84752ef2e7.tar.xz
lr-de58edb22d0cedd78d599921706dad84752ef2e7.zip
README/lr.1: fix some typos in documentation.
Closes: #13 [via git-merge-pr]
-rw-r--r--README.md6
-rw-r--r--lr.18
2 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 9fcebb8..38dea16 100644
--- a/README.md
+++ b/README.md
@@ -51,10 +51,10 @@ Over ls:
 The special path argument `-` makes `lr` read file names from standard
 input, instead of traversing path.
 
-* `-0`: output filenames seperated by NUL bytes.
-  Likewise, read input filenames seperated by NUL bytes.
+* `-0`: output filenames separated by NUL bytes.
+  Likewise, read input filenames separated by NUL bytes.
 * `-F`: output filenames and an indicator of their file type (`*/=>@|`).
-* `-l`: long output ala `ls -l` (implies `-Q`).
+* `-l`: long output a la `ls -l` (implies `-Q`).
 * `-TA`: with `-l`, output atime.
 * `-TC`: with `-l`, output ctime.
 * `-TM`: with `-l`, output mtime (default).
diff --git a/lr.1 b/lr.1
index 4a45a75..d64e42d 100644
--- a/lr.1
+++ b/lr.1
@@ -48,13 +48,13 @@ read file names from
 The options are as follows:
 .Bl -tag -width Ds
 .It Fl 0
-Output filenames seperated by NUL bytes.
-Likewise, read input filenames seperated by NUL bytes.
+Output filenames separated by NUL bytes.
+Likewise, read input filenames separated by NUL bytes.
 .It Fl F
 Output filenames and an indicator of their file type (one of
 .Sq Li */=>@| ) .
 .It Fl l
-Long output ala
+Long output a la
 .Sq Ic ls -l
 (implies
 .Fl Q ) .
@@ -124,7 +124,7 @@ Only show files matching the expression
 .Ar test ,
 see
 .Sx TESTS .
-Multiple occurences of
+Multiple occurrences of
 .Fl t
 are regarded as a conjunction.
 .It Fl C Oo Ar color Ns Li \&: Oc Ns Ar path