diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-04 12:42:11 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-04 12:42:11 +0000 |
| commit | 3302970d23e0f34cf1d180d347f2827b2bc0de5a (patch) | |
| tree | d3ce4ce2f15c691eaeb85e6e3af942ab53ff9662 | |
| parent | f717467217bc45f9b69bce1ed247aa469b4c968c (diff) | |
| download | man-pages-3302970d23e0f34cf1d180d347f2827b2bc0de5a.tar.gz | |
Typo fix: %Ry ==> %Ey [SUSv3 mentions...] (fix from Fedora man-pages-2.07-7).
| -rw-r--r-- | man3/strftime.3 | 2 |
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. |
