summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/tolower.3
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>2002-01-09 13:43:31 +0000
committernik <nik@FreeBSD.org>2002-01-09 13:43:31 +0000
commiteea8272b9c5205a3838fa98536fbac22d916417b (patch)
tree5f4316630fe25239e094f6761f1c2722fa0140a4 /lib/libc/locale/tolower.3
parent2590927e9ef5241c7605b6aaa7c6e8d3276b5407 (diff)
downloadFreeBSD-src-eea8272b9c5205a3838fa98536fbac22d916417b.zip
FreeBSD-src-eea8272b9c5205a3838fa98536fbac22d916417b.tar.gz
From the PR:
1. ctype.h defines digittoint(), isnumber() and ishexnmber(), yet they are not documented in any of the manpages. 2. The ctype manpage references a non-existent manpage for digittoint(). 3. The isascii() manpage claims it is standards compliant, when it isn't. 4. isblank() claims it is _not_ standards compliant, when it is. Fix by including the appropriate .Nm entries, and with a new digittoint.3 page. PR: docs/26451 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
Diffstat (limited to 'lib/libc/locale/tolower.3')
-rw-r--r--lib/libc/locale/tolower.31
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/locale/tolower.3 b/lib/libc/locale/tolower.3
index 2c49cec..500b746 100644
--- a/lib/libc/locale/tolower.3
+++ b/lib/libc/locale/tolower.3
@@ -68,6 +68,7 @@ If the argument is an upper-case letter, the
function returns the corresponding lower-case letter if there is
one; otherwise the argument is returned unchanged.
.Sh SEE ALSO
+.Xr digittoint 3 ,
.Xr isalnum 3 ,
.Xr isalpha 3 ,
.Xr isascii 3 ,
OpenPOWER on IntegriCloud