diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-11-30 19:24:07 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-11-30 19:24:07 +0000 |
| commit | c63a4303abebacd23556930e87f4dfe93704faea (patch) | |
| tree | fc01182c5a92b4503bdb7d9a32d9e63876d24b56 /lib/libc/stdtime/strftime.3 | |
| parent | a36840a71a9f803c2d1e5258644bf5dc0f348992 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdtime/strftime.3')
| -rw-r--r-- | lib/libc/stdtime/strftime.3 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3 index 76a2e4edb144..c4d2d8c07e23 100644 --- a/lib/libc/stdtime/strftime.3 +++ b/lib/libc/stdtime/strftime.3 @@ -106,12 +106,16 @@ is replaced by the day of the month as a decimal number (01-31). .It Cm \&%E* Cm \&%O* POSIX locale extensions. The sequences -%Ec %EC %Ex %Ey %EY +%Ec %EC %Ex %EX %Ey %EY %Od %Oe %OH %OI %Om %OM %OS %Ou %OU %OV %Ow %OW %Oy are supposed to provide alternate -representations. Currently %Ex implemented to represent short month name / day -order of the date and %OB to represent alternative months names +representations. +.Pp +Additionly %Ef implemented to represent short month name / day +order of the date, %EF to represent long month name / day +order +and %OB to represent alternative months names (used standalone, without day mentioned). .It Cm %e is replaced by the day of month as a decimal number (1-31); single |
