Properly declare the multiple-columns list.

This commit is contained in:
Ruslan Ermilov 2000-11-06 11:18:13 +00:00
parent 25e9ca2b19
commit 1bdbdb4564
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68389

View File

@ -310,7 +310,7 @@ The following literal expressions can also be used in
.Em char-class
to specify sets of characters:
.Pp
.Bl -tag -width indent -compact
.Bl -column "[:alnum:]" "[:cntrl:]" "[:lower:]" "[:xdigit:]" -compact
.It [:alnum:] Ta [:cntrl:] Ta [:lower:] Ta [:space:]
.It [:alpha:] Ta [:digit:] Ta [:print:] Ta [:upper:]
.It [:blank:] Ta [:graph:] Ta [:punct:] Ta [:xdigit:]