summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-03-13 19:58:40 +0000
committerjmc <jmc@openbsd.org>2015-03-13 19:58:40 +0000
commit0870f47d288c1d823f37828d4fce83d3773e2fc7 (patch)
tree0a2bd79e06eb7e9b2d84a5c1df4a24f685f811df /usr.bin/lex
parent"It is often said that before you die your life passes before your eyes. (diff)
downloadwireguard-openbsd-0870f47d288c1d823f37828d4fce83d3773e2fc7.tar.xz
wireguard-openbsd-0870f47d288c1d823f37828d4fce83d3773e2fc7.zip
remove the first comma from constructs like ", and," and ", or,": you can use
"and" and "or" to join sentence clauses, and you can use commas, but both hinders reading;
Diffstat (limited to 'usr.bin/lex')
-rw-r--r--usr.bin/lex/flex.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/lex/flex.1 b/usr.bin/lex/flex.1
index cc6a002a7f7..10945334781 100644
--- a/usr.bin/lex/flex.1
+++ b/usr.bin/lex/flex.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: flex.1,v 1.39 2015/02/17 16:29:16 bentley Exp $
+.\" $OpenBSD: flex.1,v 1.40 2015/03/13 19:58:41 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: February 17 2015 $
+.Dd $Mdocdate: March 13 2015 $
.Dt FLEX 1
.Os
.Sh NAME
@@ -665,7 +665,7 @@ The start condition,
.Sq ^ ,
and
.Qq <<EOF>>
-patterns can only occur at the beginning of a pattern, and, as well as with
+patterns can only occur at the beginning of a pattern and, as well as with
.Sq /
and
.Sq $ ,
@@ -3381,7 +3381,7 @@ rule, only an
.Qq auto\en
rule.
To eliminate the possibility of backing up,
-we could either duplicate all rules but without final newlines, or,
+we could either duplicate all rules but without final newlines or,
since we never expect to encounter such an input and therefore don't
how it's classified, we can introduce one more catch-all rule,
this one which doesn't include a newline: