From 695c00c96baf9b6530953c11bda77fe83a602f33 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 28 Dec 2012 13:53:12 +0000 Subject: [PATCH] Add "wide" to description. From OpenBSD via Ingo Schwarze. --- lib/libc/string/wcsdup.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/string/wcsdup.3 b/lib/libc/string/wcsdup.3 index 8d556357ecb2..ccefae44112b 100644 --- a/lib/libc/string/wcsdup.3 +++ b/lib/libc/string/wcsdup.3 @@ -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