Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/locale Add towupper to the NAME section as well.



details:   https://anonhg.NetBSD.org/src/rev/1e45e0d22361
branches:  trunk
changeset: 357070:1e45e0d22361
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Wed Oct 25 16:07:34 2017 +0000

description:
Add towupper to the NAME section as well.

diffstat:

 lib/libc/locale/towlower.3 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 9a9e4939e0e5 -r 1e45e0d22361 lib/libc/locale/towlower.3
--- a/lib/libc/locale/towlower.3        Wed Oct 25 16:04:00 2017 +0000
+++ b/lib/libc/locale/towlower.3        Wed Oct 25 16:07:34 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: towlower.3,v 1.7 2003/09/08 17:54:31 wiz Exp $
+.\"    $NetBSD: towlower.3,v 1.8 2017/10/25 16:07:34 abhinav Exp $
 .\"
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
@@ -37,7 +37,8 @@
 .Dt TOWLOWER 3
 .Os
 .Sh NAME
-.Nm towlower
+.Nm towlower ,
+.Nm towupper
 .Nd wide character case letter conversion utilities
 .Sh LIBRARY
 .Lb libc



Home | Main Index | Thread Index | Old Index