about summary refs log tree commit diff
diff options
context:
space:
mode:
-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