summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-03-31 20:35:55 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-03-31 20:35:55 -0700
commit7541074919131005d9ed3ddaef6cf980b4331cdc (patch)
tree2461be2d903f50451ca234bf4d867d0f00e516fd
parent17241b08f9fb7b6f369cba30f5b2040f667d2528 (diff)
downloadtxr-7541074919131005d9ed3ddaef6cf980b4331cdc.tar.gz
txr-7541074919131005d9ed3ddaef6cf980b4331cdc.tar.bz2
txr-7541074919131005d9ed3ddaef6cf980b4331cdc.zip
doc: fix wording under --lisp
* txr.1: Fix grammar problem and wording for --lisp and --compiled.
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 055c0c5e..c8d568e1 100644
--- a/txr.1
+++ b/txr.1
@@ -833,10 +833,10 @@ syntax.
.coIP --lisp
.coIP --compiled
-These options influences the treatment of query files which do not have
+These options influence the treatment of query files which do not have
a suffix indicating their type. The
.code --lisp
-option causes an unsuffixed file to be treated as Lisp source; and
+option causes an unsuffixed file to be treated as Lisp source;
.code --compiled
causes it to be treated as a compile file.