diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-11 04:15:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-11 04:15:32 +0000 |
commit | f9037b39afb25722659efa884ec84594247fb5c8 (patch) | |
tree | 1ee6c431dc77eb8a89e2512968e226745490a24b /usr.bin | |
parent | 26f1479f2c45b5dfa0bdc606bdbb43cc7ffdf415 (diff) |
typo; thepish@freebsd.org
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/lex/flex.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lex/flex.1 b/usr.bin/lex/flex.1 index 541664f9c09..02e2576594c 100644 --- a/usr.bin/lex/flex.1 +++ b/usr.bin/lex/flex.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: flex.1,v 1.3 1997/08/30 17:20:55 deraadt Exp $ +.\" $OpenBSD: flex.1,v 1.4 1998/06/11 04:15:31 deraadt Exp $ .\" .TH FLEX 1 "April 1995" "Version 2.5" .SH NAME @@ -492,7 +492,7 @@ For example, the following character classes are all equivalent: .nf [[:alnum:]] - [[:alpha:][:digit:] + [[:alpha:][:digit:]] [[:alpha:]0-9] [a-zA-Z0-9] |