towlower() appeared twice in the synopsis; one of the occurrences should
have been towupper(). Add towupper() to the Name section while I'm at it. Obtained from: NetBSD (junyoung)
This commit is contained in:
parent
f2a67ef1bd
commit
73d6e4a5a2
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: towlower.3,v 1.3 2002/03/18 08:03:39 wiz Exp $
|
||||
.\" $NetBSD: towlower.3,v 1.4 2002/10/01 17:00:22 junyoung Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
@ -42,7 +42,7 @@
|
||||
.Dt TOWLOWER 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm towlower
|
||||
.Nm towlower , towupper
|
||||
.Nd wide character case letter conversion utilities
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
@ -51,7 +51,7 @@
|
||||
.Ft wint_t
|
||||
.Fn towlower "wint_t wc"
|
||||
.Ft wint_t
|
||||
.Fn towlower "wint_t wc"
|
||||
.Fn towupper "wint_t wc"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn towlower
|
||||
|
Loading…
Reference in New Issue
Block a user