summaryrefslogtreecommitdiffstats
path: root/man3type
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-02-05 17:03:19 +0100
committerAlejandro Colomar <alx@kernel.org>2023-02-05 17:06:49 +0100
commit9c7080027acecc01ee7c18641ec5be53f43cb3dc (patch)
treea9f1c85dc5bf8c3ccbcca07294528311e798c7d9 /man3type
parentb957f81fddf0d038c365bce226a677de6ceb1bbb (diff)
Many pages: Use \[dq] instead of \(dq
This improves readability in the source code, since it delimits where the escape sequence ends. Cc: наб <nabijaczleweli@nabijaczleweli.xyz> Cc: "G. Branden Robinson" <g.branden.robinson@gmail.com> Cc: Brian Inglis <Brian.Inglis@Shaw.ca> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3type')
-rw-r--r--man3type/lconv.3type22
1 files changed, 11 insertions, 11 deletions
diff --git a/man3type/lconv.3type b/man3type/lconv.3type
index d96ec91a1..7f860b4ab 100644
--- a/man3type/lconv.3type
+++ b/man3type/lconv.3type
@@ -14,16 +14,16 @@ Standard C library
.EX
.B #include <locale.h>
.PP
-.BR "struct lconv {" " /* Values in the \(dqC\(dq locale: */"
-.BR " char *decimal_point;" " /* \(dq.\(dq */"
-.BR " char *thousands_sep;" " /* \(dq\(dq */"
-.BR " char *grouping;" " /* \(dq\(dq */"
-.BR " char *mon_decimal_point;" " /* \(dq\(dq */"
-.BR " char *mon_thousands_sep;" " /* \(dq\(dq */"
-.BR " char *mon_grouping;" " /* \(dq\(dq */"
-.BR " char *positive_sign;" " /* \(dq\(dq */"
-.BR " char *negative_sign;" " /* \(dq\(dq */"
-.BR " char *currency_symbol;" " /* \(dq\(dq */"
+.BR "struct lconv {" " /* Values in the \[dq]C\[dq] locale: */"
+.BR " char *decimal_point;" " /* \[dq].\[dq] */"
+.BR " char *thousands_sep;" " /* \[dq]\[dq] */"
+.BR " char *grouping;" " /* \[dq]\[dq] */"
+.BR " char *mon_decimal_point;" " /* \[dq]\[dq] */"
+.BR " char *mon_thousands_sep;" " /* \[dq]\[dq] */"
+.BR " char *mon_grouping;" " /* \[dq]\[dq] */"
+.BR " char *positive_sign;" " /* \[dq]\[dq] */"
+.BR " char *negative_sign;" " /* \[dq]\[dq] */"
+.BR " char *currency_symbol;" " /* \[dq]\[dq] */"
.BR " char frac_digits;" " /* CHAR_MAX */"
.BR " char p_cs_precedes;" " /* CHAR_MAX */"
.BR " char n_cs_precedes;" " /* CHAR_MAX */"
@@ -31,7 +31,7 @@ Standard C library
.BR " char n_sep_by_space;" " /* CHAR_MAX */"
.BR " char p_sign_posn;" " /* CHAR_MAX */"
.BR " char n_sign_posn;" " /* CHAR_MAX */"
-.BR " char *int_curr_symbol;" " /* \(dq\(dq */"
+.BR " char *int_curr_symbol;" " /* \[dq]\[dq] */"
.BR " char int_frac_digits;" " /* CHAR_MAX */"
.BR " char int_p_cs_precedes;" " /* CHAR_MAX */"
.BR " char int_n_cs_precedes;" " /* CHAR_MAX */"