summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-09 12:09:35 -0600
committerAlejandro Colomar <alx@kernel.org>2023-02-10 02:20:10 +0100
commit9fd14f265da07acdda731eda6ed4053e719f86db (patch)
tree6717b85c571b8a175be34ee500a02d71f7dd05b0
parent5af8bbf170bb76419e1f68f89350ee44626bc529 (diff)
prctl.2: srcfix
Remove spurious escaping of '.' where it cannot be interpreted as a roff control character. Signed-off-by: G. Branden Robinson <g.branden.robinson@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/prctl.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/prctl.2 b/man2/prctl.2
index 37dc2b99d..2212331af 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -727,7 +727,7 @@ To change the symbolic link, one needs to unmap all existing
executable memory areas, including those created by the kernel itself
(for example the kernel usually creates at least one executable
memory area for the ELF
-.I \.text
+.I .text
section).
.IP
In Linux 4.9 and earlier, the