diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2010-10-06 08:05:53 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2010-10-06 08:05:53 +0000 |
| commit | 5162b7f42041be46284a31c27418d5583bbfd2c4 (patch) | |
| tree | f21b4f1032776f23c23ee365ba2f7abf93f4f0e8 /lib/libc | |
| parent | 24fed98ab088ebdb3b21e9158fb0387e2c66dc9f (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdio/printf.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdtime/strptime.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 2587aa2f0d98..8de2bb8860bc 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -812,7 +812,7 @@ available. The conversion formats .Cm \&%D , \&%O , and -.Cm %U +.Cm \&%U are not standard and are provided only for backward compatibility. The effect of padding the diff --git a/lib/libc/stdtime/strptime.3 b/lib/libc/stdtime/strptime.3 index d763fbcab5d6..763696b0b4ca 100644 --- a/lib/libc/stdtime/strptime.3 +++ b/lib/libc/stdtime/strptime.3 @@ -149,7 +149,7 @@ and 12PM is taken as noon. .Pp The -.Fa %U +.Fa \&%U and .Fa %W format specifiers accept any value within the range 00 to 53 |
