Subject: misc/2902: bug in toupper.3
To: None <gnats-bugs@gnats.netbsd.org>
From: None <msaitoh@spa.is.uec.ac.jp>
List: netbsd-bugs
Date: 10/29/1996 14:05:48
>Number: 2902
>Category: misc
>Synopsis: bug in toupper.3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people (Misc Bug People)
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Mon Oct 28 21:20:00 1996
>Last-Modified:
>Originator: SAITOH Masanobu
>Organization:
University of Electro-Communications
>Release: 1.2
>Environment:
System: NetBSD ifree.spa.is.uec.ac.jp 1.2 NetBSD 1.2 (IFREE) #16: Sat Sep 14 02:56:13 JST 1996 msaitoh@ifree.spa.is.uec.ac.jp:/var/sources/src/sys/arch/i386/compile/IFREE i386
>Description:
Try "man toupper" and see STANDARDS section.
> STANDARDS
> The tolower() function conforms to ANSI X3.159-1989 (``ANSI C'').
---------
This is not tolower() but toupper().
>How-To-Repeat:
man toupper
>Fix:
Apply following patch:
*** toupper.3.orig Sat Oct 14 09:48:06 1995
--- toupper.3 Tue Oct 29 13:51:48 1996
***************
*** 85,90 ****
.Xr ascii 7
.Sh STANDARDS
The
! .Fn tolower
function conforms to
.St -ansiC .
--- 85,90 ----
.Xr ascii 7
.Sh STANDARDS
The
! .Fn toupper
function conforms to
.St -ansiC .
>Audit-Trail:
>Unformatted: