diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-02-05 23:01:29 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-02-05 23:01:29 +0100 |
| commit | 523869f645d1c34d8e7c5d68314f86ba0771ff8c (patch) | |
| tree | ad3db2fa240eb97bc21cf594306e3a22f59e27cd /man3/strftime.3 | |
| parent | 36f73ba37945c7ff4aa2d8383f831519a38e3f27 (diff) | |
| download | man-pages-523869f645d1c34d8e7c5d68314f86ba0771ff8c.tar.gz | |
Many pages: Use \[en] instead of \(en
Signed-off-by: Alejandro Colomar <alx@kernel.org>
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 , |
