=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flex.1,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/lex/flex.1 1999/06/05 01:21:30 1.7 +++ src/usr.bin/lex/flex.1 2000/03/04 22:19:24 1.8 @@ -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 @@ .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,