Date: Fri, 29 Dec 1995 00:24:24 -0800 From: gpalmer@westhill.cdrom.com To: Bruce Evans <bde@zeta.org.au> Cc: CVS-committers@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/locale tolower.3 toupper.3 Message-ID: <2728.820225464@westhill.cdrom.com> In-Reply-To: Your message of "Fri, 29 Dec 1995 13:45:32 %2B1100." <199512290245.NAA26338@godzilla.zeta.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans wrote in message ID <199512290245.NAA26338@godzilla.zeta.org.au>: > > Modified: lib/libc/locale tolower.3 toupper.3 > > Log: > > Correct what seem to me to be some mistakes in the references and > Um, they seem to me to be mistakes now. man toupper reveals (or used to): TOUPPER(3) UNIX Programmer's Manual TOUPPER(3) NAME toupper - lower case to upper case letter conversion SYNOPSIS #include <ctype.h> int toupper(int c) DESCRIPTION The toupper() function converts a lower-case letter to the corresponding upper-case letter. If the argument is a lower-case letter, the toupper() function returns the corresponding upper-case letter if there is one; otherwise the argument is returned unchanged. SEE ALSO isascii(3), isalnum(3), isalpha(3), iscntrl(3), isdigit(3), isgraph(3), islower(3), isprint(3), ispunct(3), isspace(3), isupper(3), isxdigit(3), toascii(3), toupper(3), stdio(3) ascii(7) STANDARDS The tolower() function conforms to ANSI C3.159-1989 (``ANSI C''). BSD Experimental June 4, 1993 1 I really didn't see the point of referring to toupper(3) from toupper(3), and then go on to talk about how tolower() conforms to ANSI C! I see what Bruce is referring to tho... I messed up on the tolower() page, which I just fixed. Gary
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2728.820225464>