From owner-cvs-all Wed Jan 19 8:21: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA02014C49; Wed, 19 Jan 2000 08:21:06 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA01687; Wed, 19 Jan 2000 08:21:06 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200001191621.IAA01687@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 19 Jan 2000 08:21:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale isalnum.3 isalpha.3 isascii.3 iscntrl.3 isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 2000/01/19 08:21:06 PST Modified files: lib/libc/locale isalnum.3 isalpha.3 isascii.3 iscntrl.3 isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 Log: Although it should be obvious that the 3-digit numeric values of the characters shown are octal, state this explicitly for the easily misled. Revision Changes Path 1.7 +3 -2 src/lib/libc/locale/isalnum.3 1.7 +3 -2 src/lib/libc/locale/isalpha.3 1.5 +2 -2 src/lib/libc/locale/isascii.3 1.6 +3 -2 src/lib/libc/locale/iscntrl.3 1.6 +3 -2 src/lib/libc/locale/isdigit.3 1.7 +3 -2 src/lib/libc/locale/isgraph.3 1.7 +3 -2 src/lib/libc/locale/islower.3 1.7 +3 -2 src/lib/libc/locale/isprint.3 1.7 +3 -2 src/lib/libc/locale/ispunct.3 1.6 +3 -2 src/lib/libc/locale/isspace.3 1.8 +3 -2 src/lib/libc/locale/isupper.3 1.6 +3 -2 src/lib/libc/locale/isxdigit.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message