From 73d6e4a5a202789a15b0d26dbbf650685d1a5d45 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Thu, 3 Oct 2002 10:40:01 +0000 Subject: 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) --- lib/libc/locale/towlower.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/locale/towlower.3 b/lib/libc/locale/towlower.3 index a388a788c768..b099260ad815 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 -- cgit v1.3