diff options
author | 2014-12-09 14:39:37 +0000 | |
---|---|---|
committer | 2014-12-09 14:39:37 +0000 | |
commit | 4f79fc56352d53caf8137525e3f84ebeb0dab9de (patch) | |
tree | cd39e239b79aa948d6f176089ecd67f29f386b9b /lib/libc | |
parent | fix NAME; (diff) | |
download | wireguard-openbsd-4f79fc56352d53caf8137525e3f84ebeb0dab9de.tar.xz wireguard-openbsd-4f79fc56352d53caf8137525e3f84ebeb0dab9de.zip |
no more ctype(3);
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/regex/re_format.7 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7 index 2c1b5d0c750..5d1bea489d2 100644 --- a/lib/libc/regex/re_format.7 +++ b/lib/libc/regex/re_format.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: re_format.7,v 1.18 2014/09/10 15:10:19 jmc Exp $ +.\" $OpenBSD: re_format.7,v 1.19 2014/12/09 14:39:37 jmc Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -35,7 +35,7 @@ .\" .\" @(#)re_format.7 8.3 (Berkeley) 3/20/94 .\" -.Dd $Mdocdate: September 10 2014 $ +.Dd $Mdocdate: December 9 2014 $ .Dt RE_FORMAT 7 .Os .Sh NAME @@ -280,9 +280,7 @@ blank lower upper cntrl print xdigit .Ed .Pp -These stand for the character classes defined in -.Xr ctype 3 . -A locale may provide others. +A locale may provide other character classes. A character class may not be used as an endpoint of a range. .Pp There are two special cases** of bracket expressions: @@ -298,7 +296,7 @@ word characters. A word character is an .Em alnum character (as defined by -.Xr ctype 3 ) +.Xr isalnum 3 ) or an underscore. This is an extension, compatible with but not specified by POSIX, @@ -728,7 +726,6 @@ If the comma is also omitted, then it matches exactly times. .El .Sh SEE ALSO -.Xr ctype 3 , .Xr regex 3 .Sh STANDARDS .St -p1003.1-2004 : |