Remove superfluous ] in last.

This commit is contained in:
wiz 2003-07-09 14:47:33 +00:00
parent 994673f63c
commit f61187c074

View File

@ -1,4 +1,4 @@
.\" $NetBSD: flex.1,v 1.14 2003/07/08 22:15:04 jschauma Exp $
.\" $NetBSD: flex.1,v 1.15 2003/07/09 14:47:33 wiz Exp $
.\"
.TH FLEX 1 "April 1995" "Version 2.5"
.SH NAME
@ -506,7 +506,7 @@ For example, the following character classes are all equivalent:
[[:alnum:]]
[[:alpha:][:digit:]]
[[:alpha:]0-9]]
[[:alpha:]0-9]
[a-zA-Z0-9]
.fi