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 | |
| 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')
| -rw-r--r-- | man3/fmtmsg.3 | 2 | ||||
| -rw-r--r-- | man3/getnameinfo.3 | 2 | ||||
| -rw-r--r-- | man3/gsignal.3 | 2 | ||||
| -rw-r--r-- | man3/nl_langinfo.3 | 8 | ||||
| -rw-r--r-- | man3/strftime.3 | 10 | ||||
| -rw-r--r-- | man3/strptime.3 | 40 |
6 files changed, 32 insertions, 32 deletions
diff --git a/man3/fmtmsg.3 b/man3/fmtmsg.3 index ee118874ae..9eb3484a47 100644 --- a/man3/fmtmsg.3 +++ b/man3/fmtmsg.3 @@ -202,7 +202,7 @@ severity-keyword,level,printstring then .BR fmtmsg () will also accept the indicated values for the level (in addition to -the standard levels 0\(en4), and use the indicated printstring when +the standard levels 0\[en]4), and use the indicated printstring when such a level occurs. .PP The severity-keyword part is not used by diff --git a/man3/getnameinfo.3 b/man3/getnameinfo.3 index ca2b47d41a..5591b2c346 100644 --- a/man3/getnameinfo.3 +++ b/man3/getnameinfo.3 @@ -104,7 +104,7 @@ If set, then an error is returned if the hostname cannot be determined. .B NI_DGRAM If set, then the service is datagram (UDP) based rather than stream (TCP) based. -This is required for the few ports (512\(en514) +This is required for the few ports (512\[en]514) that have different services for UDP and TCP. .TP .B NI_NOFQDN diff --git a/man3/gsignal.3 b/man3/gsignal.3 index 0a3eddb53c..d6450ec39e 100644 --- a/man3/gsignal.3 +++ b/man3/gsignal.3 @@ -80,7 +80,7 @@ the action function with argument and returns the value returned by that function. The range of possible values .I signum -varies (often 1\(en15 or 1\(en17). +varies (often 1\[en]15 or 1\[en]17). .SH ATTRIBUTES For an explanation of the terms used in this section, see .BR attributes (7). diff --git a/man3/nl_langinfo.3 b/man3/nl_langinfo.3 index 36fcb09f7c..c684c8a26d 100644 --- a/man3/nl_langinfo.3 +++ b/man3/nl_langinfo.3 @@ -198,7 +198,7 @@ for alternative representation of a time in a locale-specific way .RB ( %EX conversion specification). .TP -.BR DAY_ "{1\(en7} (LC_TIME)" +.BR DAY_ "{1\[en]7} (LC_TIME)" Return name of the \fIn\fP-th day of the week. [Warning: this follows the US convention DAY_1 = Sunday, not the international convention @@ -208,21 +208,21 @@ the US convention DAY_1 = Sunday, not the international convention .BR strftime (3) conversion specification.) .TP -.BR ABDAY_ "{1\(en7} (LC_TIME)" +.BR ABDAY_ "{1\[en]7} (LC_TIME)" Return abbreviated name of the \fIn\fP-th day of the week. (Used in .B %a .BR strftime (3) conversion specification.) .TP -.BR MON_ "{1\(en12} (LC_TIME)" +.BR MON_ "{1\[en]12} (LC_TIME)" Return name of the \fIn\fP-th month. (Used in .B %B .BR strftime (3) conversion specification.) .TP -.BR ABMON_ "{1\(en12} (LC_TIME)" +.BR ABMON_ "{1\[en]12} (LC_TIME)" Return abbreviated name of the \fIn\fP-th month. (Used in .B %b 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 , diff --git a/man3/strptime.3 b/man3/strptime.3 index 9c3458118b..d470d726c3 100644 --- a/man3/strptime.3 +++ b/man3/strptime.3 @@ -92,10 +92,10 @@ in abbreviated form or the full name. The date and time representation for the current locale. .TP .B %C -The century number (0\(en99). +The century number (0\[en]99). .TP .BR %d " or " %e -The day of month (1\(en31). +The day of month (1\[en]31). .TP .B %D Equivalent to @@ -108,19 +108,19 @@ The ISO 8601 standard format is .BR %Y\-%m\-%d .) .TP .B %H -The hour (0\(en23). +The hour (0\[en]23). .TP .B %I -The hour on a 12-hour clock (1\(en12). +The hour on a 12-hour clock (1\[en]12). .TP .B %j -The day number in the year (1\(en366). +The day number in the year (1\[en]366). .TP .B %m -The month number (1\(en12). +The month number (1\[en]12). .TP .B %M -The minute (0\(en59). +The minute (0\[en]59). .TP .B %n Arbitrary whitespace. @@ -145,7 +145,7 @@ Equivalent to .BR %H:%M . .TP .B %S -The second (0\(en60; 60 may occur for leap seconds; +The second (0\[en]60; 60 may occur for leap seconds; earlier also 61 was allowed). .TP .B %t @@ -156,14 +156,14 @@ Equivalent to .BR %H:%M:%S . .TP .B %U -The week number with Sunday the first day of the week (0\(en53). +The week number with Sunday the first day of the week (0\[en]53). The first Sunday of January is the first day of week 1. .TP .B %w -The ordinal number of the day of the week (0\(en6), with Sunday = 0. +The ordinal number of the day of the week (0\[en]6), with Sunday = 0. .TP .B %W -The week number with Monday the first day of the week (0\(en53). +The week number with Monday the first day of the week (0\[en]53). The first Monday of January is the first day of week 1. .TP .B %x @@ -173,10 +173,10 @@ The date, using the locale's date format. The time, using the locale's time format. .TP .B %y -The year within century (0\(en99). -When a century is not otherwise specified, values in the range 69\(en99 refer -to years in the twentieth century (1969\(en1999); values in the -range 00\(en68 refer to years in the twenty-first century (2000\(en2068). +The year within century (0\[en]99). +When a century is not otherwise specified, values in the range 69\[en]99 refer +to years in the twentieth century (1969\[en]1999); values in the +range 00\[en]68 refer to years in the twenty-first century (2000\[en]2068). .TP .B %Y The year, including century (for example, 1991). @@ -312,9 +312,9 @@ field if any of the year, month, or day elements changed. The \[aq]y\[aq] (year in century) specification is taken to specify a year .\" in the 20th century by libc4 and libc5. .\" It is taken to be a year -in the range 1950\(en2049 by glibc 2.0. +in the range 1950\[en]2049 by glibc 2.0. It is taken to be a year in -1969\(en2068 since glibc 2.1. +1969\[en]2068 since glibc 2.1. .\" In libc4 and libc5 the code for %I is broken (fixed in glibc; .\" %OI was fixed in glibc 2.2.4). .SS glibc notes @@ -334,17 +334,17 @@ the ISO 8601 date format. .TP .B %g The year corresponding to the ISO week number, but without the century -(0\(en99). +(0\[en]99). .TP .B %G The year corresponding to the ISO week number. (For example, 1991.) .TP .B %u -The day of the week as a decimal number (1\(en7, where Monday = 1). +The day of the week as a decimal number (1\[en]7, where Monday = 1). .TP .B %V -The ISO 8601:1988 week number as a decimal number (1\(en53). +The ISO 8601:1988 week number as a decimal number (1\[en]53). If the week (starting on Monday) containing 1 January has four or more days in the new year, then it is considered week 1. Otherwise, it is the last week |
