aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2003-01-04 09:50:04 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2003-01-04 09:50:04 +0000
commit33161c7a6e3d66abcc6845f3a449e05cd345eec2 (patch)
tree076f38fd7f8d701bcd7ab7000214597a2f5e8866 /lib
parente751b764f8736e95d85d7b36beb9f31b85d81e2c (diff)
downloadsrc-33161c7a6e3d66abcc6845f3a449e05cd345eec2.tar.gz
src-33161c7a6e3d66abcc6845f3a449e05cd345eec2.zip
strptime(), like strftime(), does not handle multibyte characters
in the format string correctly.
Notes
Notes: svn path=/head/; revision=108653
Diffstat (limited to 'lib')
-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.