]> granicus.if.org Git - flex/commitdiff
minor typos and formatting changes.
authorVern Paxson <vern@ee.lbl.gov>
Fri, 23 Mar 1990 14:18:40 +0000 (14:18 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Fri, 23 Mar 1990 14:18:40 +0000 (14:18 +0000)
Removed BITNET address.

flex.1

diff --git a/flex.1 b/flex.1
index 9aea48db81b0396c3b844c1deb5686e55fffcb27..33595bcb0dc89da59d1c7dbfe2cdbc0350cf7942 100644 (file)
--- a/flex.1
+++ b/flex.1
@@ -1741,7 +1741,7 @@ the file looks like:
 .fi
 The first few lines tell us that there's a scanner state in
 which it can make a transition on an 'o' but not on any other
-character, and the in that state currently scanned text does not match
+character, and that in that state the currently scanned text does not match
 any rule.  The state occurs when trying to match the rules found
 at lines 2 and 3 in the input file.
 If the scanner is in that state and then reads
@@ -2055,7 +2055,7 @@ in
 .I lex
 one can use "[^]]" but with
 .I flex
-one must use "[^\]]".  The latter works with
+one must use "[^\\]]".  The latter works with
 .I lex,
 too.
 .IP -
@@ -2307,6 +2307,5 @@ Send comments to:
 
      vern@cs.cornell.edu
      decvax!cornell!vern
-     vern@LBL (bitnet)
 
 .fi