summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex/lex.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/lex/lex.1')
-rw-r--r--usr.bin/lex/lex.12
1 files changed, 1 insertions, 1 deletions
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]
OpenPOWER on IntegriCloud