diff options
| author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2023-02-09 12:09:35 -0600 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-02-10 02:20:10 +0100 |
| commit | 9fd14f265da07acdda731eda6ed4053e719f86db (patch) | |
| tree | 6717b85c571b8a175be34ee500a02d71f7dd05b0 | |
| parent | 5af8bbf170bb76419e1f68f89350ee44626bc529 (diff) | |
| download | man-pages-9fd14f265da07acdda731eda6ed4053e719f86db.tar.gz | |
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.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/prctl.2 b/man2/prctl.2 index 37dc2b99da..2212331af0 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 |
