summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdtime/strptime.38
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strptime.3 b/lib/libc/stdtime/strptime.3
index bdaa6fca1ca7..1d7eb7f7c00c 100644
--- a/lib/libc/stdtime/strptime.3
+++ b/lib/libc/stdtime/strptime.3
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\" "
-.Dd May 8, 1997
+.Dd January 4, 2003
.Dt STRPTIME 3
.Os
.Sh NAME
@@ -164,3 +164,9 @@ This limitation is because of ambiguity due to of the over loading of time
zone abbreviations. One such example is
.Fa EST
which is both Eastern Standard Time and Eastern Australia Summer Time.
+.Pp
+The
+.Fn strptime
+function does not correctly handle multibyte characters in the
+.Fa format
+argument.