summaryrefslogtreecommitdiff
path: root/usr.bin/lex
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2020-12-03 22:47:23 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2020-12-03 22:47:23 +0000
commit08a17d03d92de8eb35db8886712cf5db6b11d2be (patch)
treeb7875cd367c8130c5767616b7757d5507e8a52bf /usr.bin/lex
parentc70fb71095984ab5ce6dc5c185e44621916cd1f0 (diff)
grammar fixes from Varik "The Genuine Article!!!" Valefor;
Diffstat (limited to 'usr.bin/lex')
-rw-r--r--usr.bin/lex/flex.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/lex/flex.1 b/usr.bin/lex/flex.1
index 138765cbbf5..b5fd9ca958b 100644
--- a/usr.bin/lex/flex.1
+++ b/usr.bin/lex/flex.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: flex.1,v 1.43 2015/09/21 10:03:46 jmc Exp $
+.\" $OpenBSD: flex.1,v 1.44 2020/12/03 22:47:22 jmc Exp $
.\"
.\" Copyright (c) 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE.
.\"
-.Dd $Mdocdate: September 21 2015 $
+.Dd $Mdocdate: December 3 2020 $
.Dt FLEX 1
.Os
.Sh NAME
@@ -4227,7 +4227,7 @@ to expand the input buffer.
This doesn't work with scanners that use
.Em REJECT .
.It "fatal flex scanner internal error--end of buffer missed"
-This can occur in an scanner which is reentered after a long-jump
+This can occur in a scanner which is reentered after a long-jump
has jumped out
.Pq or over
the scanner's activation frame.