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 some pedantry to exceptions from being e...
details: https://anonhg.NetBSD.org/src/rev/4bd033222982
branches: trunk
changeset: 580056:4bd033222982
user: kleink <kleink%NetBSD.org@localhost>
date: Wed Apr 06 21:39:17 2005 +0000
description:
Add some pedantry to exceptions from being equivalent to strftime.
diffstat:
lib/libc/locale/wcsftime.3 | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 4d0e3b1b9a7a -r 4bd033222982 lib/libc/locale/wcsftime.3
--- a/lib/libc/locale/wcsftime.3 Wed Apr 06 21:13:03 2005 +0000
+++ b/lib/libc/locale/wcsftime.3 Wed Apr 06 21:39:17 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: wcsftime.3,v 1.1 2005/03/30 10:15:12 wiz Exp $
+.\" $NetBSD: wcsftime.3,v 1.2 2005/04/06 21:39:17 kleink Exp $
.\"
.\" Copyright (c) 2002 Tim J. Robbins
.\" All rights reserved.
@@ -46,7 +46,8 @@
.Fn wcsftime
function is equivalent to the
.Fn strftime
-function except for the types of its arguments.
+function except for the types of its arguments
+and the return value indicating the number of wide characters.
Refer to
.Xr strftime 3
for a detailed description.
Home |
Main Index |
Thread Index |
Old Index