summaryrefslogtreecommitdiffstats
path: root/man3const
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:03:21 +0100
commitb957f81fddf0d038c365bce226a677de6ceb1bbb (patch)
treefbc19481b5548d067213ca2201a674682a53f192 /man3const
parent75c018a1d6474ffa1779ac8e8d98ad865c255aee (diff)
Many pages: Use \[aq] instead of \(aq
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 'man3const')
-rw-r--r--man3const/NULL.3const2
1 files changed, 1 insertions, 1 deletions
diff --git a/man3const/NULL.3const b/man3const/NULL.3const
index 1b60b2b4c..3b10bd5ed 100644
--- a/man3const/NULL.3const
+++ b/man3const/NULL.3const
@@ -58,7 +58,7 @@ which is an
.BR ascii (7)
character,
represented in C as
-.BR \(aq\e0\(aq .
+.BR \[aq]\e0\[aq] .
.SH BUGS
When it is necessary to set a pointer variable to a null pointer,
it is not enough to use