X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/3d9156a7a519a5e3aa1b92e9d9d4b991f1aed7ff..b061a43bf32824cb214e9e3a29a974341de443d4:/locale/FreeBSD/isspecial.3?ds=sidebyside diff --git a/locale/FreeBSD/isspecial.3 b/locale/FreeBSD/isspecial.3 index 57eefc8..dc18f3a 100644 --- a/locale/FreeBSD/isspecial.3 +++ b/locale/FreeBSD/isspecial.3 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD: src/lib/libc/locale/isspecial.3,v 1.1 2004/03/30 07:23:54 tjr Exp $ +.\" $FreeBSD$ .\" .Dd March 30, 2004 .Dt ISSPECIAL 3 @@ -41,6 +41,9 @@ The .Fn isspecial function tests for a special character. +Special characters are locale dependent, and not necessarily consistent between +different locales. +Examples might include fractions and numbers inside circles. .Sh RETURN VALUES The .Fn isspecial @@ -48,7 +51,8 @@ function returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO .Xr ctype 3 , -.Xr iswspecial 3 +.Xr iswspecial 3 , +.Xr isalnum_l .Sh HISTORY The .Fn isspecial