summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2003-01-04 09:47:40 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2003-01-04 09:47:40 +0000
commite751b764f8736e95d85d7b36beb9f31b85d81e2c (patch)
treef5981f132242e5f74cfe33a82c5030fec891c311 /lib/libc
parent7b330b22b6cdc7cbdf95111b112506d2578353bf (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdtime/strftime.38
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3
index 51b71dadae58..a251fafe345c 100644
--- a/lib/libc/stdtime/strftime.3
+++ b/lib/libc/stdtime/strftime.3
@@ -36,7 +36,7 @@
.\" @(#)strftime.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd October 4, 1997
+.Dd January 4, 2003
.Dt STRFTIME 3
.Os
.Sh NAME
@@ -262,3 +262,9 @@ and
are defined in ISO 8601: 1988.
.Sh BUGS
There is no conversion specification for the phase of the moon.
+.Pp
+The
+.Fn strftime
+function does not correctly handle multibyte characters in the
+.Fa format
+argument.