From a1fca66a0be90c2d98dead1180a2e82588e60668 Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Thu, 11 Jun 1998 02:14:58 +0000 Subject: Submitted by: Peter Hawkins thepish@freebsd.org Small man page fix (missing ']' in [:alpha:] example) --- usr.bin/lex/lex.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/lex') diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1 index 697c48251295..e135a49d7ecf 100644 --- a/usr.bin/lex/lex.1 +++ b/usr.bin/lex/lex.1 @@ -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] -- cgit v1.2.3