diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-04 09:47:40 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-04 09:47:40 +0000 |
| commit | e751b764f8736e95d85d7b36beb9f31b85d81e2c (patch) | |
| tree | f5981f132242e5f74cfe33a82c5030fec891c311 /lib/libc | |
| parent | 7b330b22b6cdc7cbdf95111b112506d2578353bf (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdtime/strftime.3 | 8 |
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. |
