diff options
Diffstat (limited to 'man3/strftime.3')
| -rw-r--r-- | man3/strftime.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/strftime.3 b/man3/strftime.3 index 9b02af008a..af5ef5ce94 100644 --- a/man3/strftime.3 +++ b/man3/strftime.3 @@ -82,7 +82,7 @@ The abbreviated name of the day of the week according to the current locale. (The specific names used in the current locale can be obtained by calling .BR nl_langinfo (3) with -.BR ABDAY_ { 1 \(en 7 } +.BR ABDAY_ { 1 \[en] 7 } as an argument.) .TP .B %A @@ -92,7 +92,7 @@ The full name of the day of the week according to the current locale. (The specific names used in the current locale can be obtained by calling .BR nl_langinfo (3) with -.BR DAY_ { 1 \(en 7 } +.BR DAY_ { 1 \[en] 7 } as an argument.) .TP .B %b @@ -102,7 +102,7 @@ The abbreviated month name according to the current locale. (The specific names used in the current locale can be obtained by calling .BR nl_langinfo (3) with -.BR ABMON_ { 1 \(en 12 } +.BR ABMON_ { 1 \[en] 12 } as an argument.) .TP .B %B @@ -112,7 +112,7 @@ The full month name according to the current locale. (The specific names used in the current locale can be obtained by calling .BR nl_langinfo (3) with -.BR MON_ { 1 \(en 12 } +.BR MON_ { 1 \[en] 12 } as an argument.) .TP .B %c @@ -187,7 +187,7 @@ and .B %g Like .BR %G , -but without century, that is, with a 2-digit year (00\(en99). (TZ) +but without century, that is, with a 2-digit year (00\[en]99). (TZ) (Calculated from .IR tm_year , .IR tm_yday , |
