Submitted by: Peter Hawkins thepish@freebsd.org

Small man page fix (missing ']' in [:alpha:] example)
This commit is contained in:
Peter Hawkins 1998-06-11 02:14:58 +00:00
parent 8eb25828ad
commit a1fca66a0b
1 changed files with 1 additions and 1 deletions

View File

@ -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]