summaryrefslogtreecommitdiff
path: root/usr.bin/lex/flex.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-04 22:19:34 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-04 22:19:34 +0000
commitcb331a5fc3503bef1db7700c5754efd395dae2ad (patch)
tree3c387f1fe619ec73d410cf76143e55ae3439a0dc /usr.bin/lex/flex.1
parent0b22d8b04982e37c9ca06e14f6b79bff952e8f0e (diff)
In Unix land we prefer "whitespace" to "white space" or "white-space". At
least, this is the impression I get from looking at a lot of Perl docs.
Diffstat (limited to 'usr.bin/lex/flex.1')
-rw-r--r--usr.bin/lex/flex.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lex/flex.1 b/usr.bin/lex/flex.1
index 7002a4f3a75..8cf0029bb7c 100644
--- a/usr.bin/lex/flex.1
+++ b/usr.bin/lex/flex.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: flex.1,v 1.7 1999/06/05 01:21:30 aaron Exp $
+.\" $OpenBSD: flex.1,v 1.8 2000/03/04 22:19:24 aaron Exp $
.\"
.TH FLEX 1 "April 1995" "Version 2.5"
.SH NAME
@@ -259,7 +259,7 @@ Name definitions have the form:
.fi
The "name" is a word beginning with a letter or an underscore ('_')
followed by zero or more letters, digits, '_', or '-' (dash).
-The definition is taken to begin at the first non-white-space character
+The definition is taken to begin at the first non-whitespace character
following the name and continuing to the end of the line.
The definition can subsequently be referred to using "{name}", which
will expand to "(definition)". For example,