aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strftime.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-10-04 12:42:11 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-10-04 12:42:11 +0000
commit3302970d23e0f34cf1d180d347f2827b2bc0de5a (patch)
treed3ce4ce2f15c691eaeb85e6e3af942ab53ff9662 /man3/strftime.3
parentf717467217bc45f9b69bce1ed247aa469b4c968c (diff)
downloadman-pages-3302970d23e0f34cf1d180d347f2827b2bc0de5a.tar.gz
Typo fix: %Ry ==> %Ey [SUSv3 mentions...] (fix from Fedora man-pages-2.07-7).
Diffstat (limited to 'man3/strftime.3')
-rw-r--r--man3/strftime.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strftime.3 b/man3/strftime.3
index e35a37e62d..8c7f4598c1 100644
--- a/man3/strftime.3
+++ b/man3/strftime.3
@@ -215,7 +215,7 @@ If the alternative format or specification does not exist for
the current locale, the behaviour will be as if the unmodified
conversion specification were used. (SU)
The Single Unix Specification mentions %Ec, %EC, %Ex, %EX,
-%Ry, %EY, %Od, %Oe, %OH, %OI, %Om, %OM, %OS, %Ou, %OU, %OV,
+%Ey, %EY, %Od, %Oe, %OH, %OI, %Om, %OM, %OS, %Ou, %OU, %OV,
%Ow, %OW, %Oy, where the effect of the O modifier is to use
alternative numeric symbols (say, roman numerals), and that of the
E modifier is to use a locale-dependent alternative representation.