From: Vern Paxson Date: Mon, 21 Aug 2000 16:39:55 +0000 (+0000) Subject: fixed some bugs in examples of [[:...:]] ccls X-Git-Tag: flex-2-5-5b~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2681448c51ecb46c190c0fdbe8c85032e8c57dad;p=flex fixed some bugs in examples of [[:...:]] ccls --- diff --git a/flex.1 b/flex.1 index cf1543e..522fc78 100644 --- a/flex.1 +++ b/flex.1 @@ -490,8 +490,8 @@ For example, the following character classes are all equivalent: .nf [[:alnum:]] - [[:alpha:][:digit:] - [[:alpha:]0-9] + [[:alpha:][:digit:]] + [[:alpha:][0-9]] [a-zA-Z0-9] .fi