summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-06-21 06:51:57 -0700
committerKaz Kylheku <kaz@kylheku.com>2019-06-21 06:51:57 -0700
commit892cdfb736c633af84157e134df9d7c110a278d2 (patch)
tree91b57fed0d4d4e29b330f4c14957a0ca065ae60a
parent89646d4a759173a0d3b39f37d479454e1c04ab19 (diff)
downloadtxr-892cdfb736c633af84157e134df9d7c110a278d2.tar.gz
txr-892cdfb736c633af84157e134df9d7c110a278d2.tar.bz2
txr-892cdfb736c633af84157e134df9d7c110a278d2.zip
doc: cure that-is-itis.
* txr.1: In two places, fix an awkward "; that is, has ..." and "; that is, is ..." grammatical curiosity.
-rw-r--r--txr.16
1 files changed, 3 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index fd77ae57..40936857 100644
--- a/txr.1
+++ b/txr.1
@@ -54100,7 +54100,7 @@ exists and has the "sticky" permission bit set.
tests whether
.meta path
exists, and is effectively owned by the calling process; that is,
-has a user ID equal to the effective user ID of the process.
+it has a user ID equal to the effective user ID of the process.
.code path-my-group-p
tests whether
@@ -65676,8 +65676,8 @@ No other forms are top-level forms.
A top-level form is a
.I primary
-top-level form if it doesn't contain any other top-level forms;
-that is, is not a form based on any of the operators
+top-level form if it doesn't contain any other top-level forms.
+This means that it is not a form based on any of the operators
.codn progn ,
.code compile-only
or