Module Name: src
Committed By: wiz
Date: Fri Dec 28 13:53:12 UTC 2012
Modified Files:
src/lib/libc/string: wcsdup.3
Log Message:
Add "wide" to description. From OpenBSD via Ingo Schwarze.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/string/wcsdup.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/string/wcsdup.3
diff -u src/lib/libc/string/wcsdup.3:1.3 src/lib/libc/string/wcsdup.3:1.4
--- src/lib/libc/string/wcsdup.3:1.3 Thu Dec 16 17:42:28 2010
+++ src/lib/libc/string/wcsdup.3 Fri Dec 28 13:53:12 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: wcsdup.3,v 1.3 2010/12/16 17:42:28 wiz Exp $
+.\" $NetBSD: wcsdup.3,v 1.4 2012/12/28 13:53:12 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -34,7 +34,7 @@
.Os
.Sh NAME
.Nm wcsdup
-.Nd save a copy of a string
+.Nd save a copy of a wide string
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS