Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/time Note the ambiguity of the return value in the ...
details: https://anonhg.NetBSD.org/src/rev/57684adea398
branches: trunk
changeset: 754387:57684adea398
user: jruoho <jruoho%NetBSD.org@localhost>
date: Thu Apr 29 10:03:12 2010 +0000
description:
Note the ambiguity of the return value in the BUGS section.
>From Christian Biere <christianbiere%gmx.de@localhost> in PR #39392.
diffstat:
lib/libc/time/strftime.3 | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r c521fba28f9c -r 57684adea398 lib/libc/time/strftime.3
--- a/lib/libc/time/strftime.3 Thu Apr 29 08:35:03 2010 +0000
+++ b/lib/libc/time/strftime.3 Thu Apr 29 10:03:12 2010 +0000
@@ -30,9 +30,9 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91
-.\" $NetBSD: strftime.3,v 1.24 2009/04/11 16:15:27 joerg Exp $
+.\" $NetBSD: strftime.3,v 1.25 2010/04/29 10:03:12 jruoho Exp $
.\"
-.Dd April 14, 2004
+.Dd April 29, 2010
.Dt STRFTIME 3
.Os
.Sh NAME
@@ -240,3 +240,10 @@
1996-12-30 to 1997-01-05.
.Sh BUGS
There is no conversion specification for the phase of the moon.
+.Pp
+A return value of zero does not necessarily indicate an error.
+If the resulting string is an empty string, the result value is
+zero and it is not possible to distinguish between success and error.
+For example, in many locales
+.Cm \&%p
+yields an empty string.
Home |
Main Index |
Thread Index |
Old Index