summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1995-04-24 11:39:05 +0000
committerVern Paxson <vern@ee.lbl.gov>1995-04-24 11:39:05 +0000
commit05deb26a03866866e61b1f8241c216b2196a5271 (patch)
tree176b0f32b6c36a24373f8511afb3d9b955605f44
parent62b952b9413d62ee56fa774b2d07582645498f34 (diff)
typo fixed
-rw-r--r--flex.12
1 files changed, 1 insertions, 1 deletions
diff --git a/flex.1 b/flex.1
index 58a1621..e321dc8 100644
--- a/flex.1
+++ b/flex.1
@@ -1327,7 +1327,7 @@ is true:
To illustrate the uses of start conditions,
here is a scanner which provides two different interpretations
of a string like "123.456". By default it will treat it as
-as three tokens, the integer "123", a dot ('.'), and the integer "456".
+three tokens, the integer "123", a dot ('.'), and the integer "456".
But if the string is preceded earlier in the line by the string
"expect-floats"
it will treat it as a single token, the floating-point number