diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-10-03 10:40:01 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-10-03 10:40:01 +0000 |
| commit | 73d6e4a5a202789a15b0d26dbbf650685d1a5d45 (patch) | |
| tree | cba80093093e556d72f80052ec2dbb4d84079c40 /lib | |
| parent | f2a67ef1bd239763c1caf12dc732e309f38a0541 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/locale/towlower.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/locale/towlower.3 b/lib/libc/locale/towlower.3 index a388a788c7688..b099260ad8151 100644 --- a/lib/libc/locale/towlower.3 +++ b/lib/libc/locale/towlower.3 @@ -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 |
