Module Name:    src
Committed By:   abhinav
Date:           Wed Oct 25 16:07:34 UTC 2017

Modified Files:
        src/lib/libc/locale: towlower.3

Log Message:
Add towupper to the NAME section as well.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/locale/towlower.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/locale/towlower.3
diff -u src/lib/libc/locale/towlower.3:1.7 src/lib/libc/locale/towlower.3:1.8
--- src/lib/libc/locale/towlower.3:1.7	Mon Sep  8 17:54:31 2003
+++ src/lib/libc/locale/towlower.3	Wed Oct 25 16:07:34 2017
@@ -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

Reply via email to