summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-10-01 18:30:30 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-10-01 18:30:30 -0700
commit8beea6646701faf8d18be5e37dc216f18debad10 (patch)
tree84632ffe2c7e444e87cf8d391c10e823a2e6a9c0 /txr.1
parentac30dd07f865df48d2498bb783f728160ae7ae5f (diff)
downloadtxr-8beea6646701faf8d18be5e37dc216f18debad10.tar.gz
txr-8beea6646701faf8d18be5e37dc216f18debad10.tar.bz2
txr-8beea6646701faf8d18be5e37dc216f18debad10.zip
doc: two "a any" typos.
* txr.1: fix one "a any" in structs and one in notes on exotic regexes.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 42f986e7..4ff4f74e 100644
--- a/txr.1
+++ b/txr.1
@@ -19844,7 +19844,7 @@ macro.
Structure types have a name, which is a symbol. The
.code typeof
-function, when applied to a any struct type, returns the symbol
+function, when applied to any struct type, returns the symbol
.codn struct-type .
When
.code typeof
@@ -47306,7 +47306,7 @@ revise to this:
([^*]|[*][^*/])*
.cble
-(The interior of a C language comment is a any
+(The interior of a C language comment is any
mixture of zero or more non-asterisks, or digraphs consisting of an asterisk
followed by something other than a slash or another asterisk). Oops, now we
have a problem again. What if two asterisks occur in a comment? They are not