From e154f69df4e1dfde6853749ae679fe8e3598baab Mon Sep 17 00:00:00 2001 From: thepish 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') diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1 index 697c482..e135a49 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.1