diff options
author | Sam James <sam@gentoo.org> | 2023-01-24 03:18:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-24 03:18:19 +0000 |
commit | 8d231478aae13c97ee94d5f2ec8e26f764292acb (patch) | |
tree | 0d2c7c07e150427911ac95ba471e8af87827c11b | |
parent | fix-gnustack: modernise autotools usage a bit (diff) | |
download | elfix-8d231478aae13c97ee94d5f2ec8e26f764292acb.tar.gz elfix-8d231478aae13c97ee94d5f2ec8e26f764292acb.tar.bz2 elfix-8d231478aae13c97ee94d5f2ec8e26f764292acb.zip |
fix-gnustack: doc: regenerate
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | misc/fix-gnustack/doc/fix-gnustack.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/fix-gnustack/doc/fix-gnustack.1 b/misc/fix-gnustack/doc/fix-gnustack.1 index ee92871..f838658 100644 --- a/misc/fix-gnustack/doc/fix-gnustack.1 +++ b/misc/fix-gnustack/doc/fix-gnustack.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) +.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -46,7 +46,7 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" -.\" If the F register is turned on, we'll generate index entries on stderr for +.\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. @@ -56,12 +56,12 @@ .. .nr rF 0 .if \n(.g .if rF .nr rF 1 -.if (\n(rF:(\n(.g==0)) \{ -. if \nF \{ +.if (\n(rF:(\n(.g==0)) \{\ +. if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. -. if !\nF==2 \{ +. if !\nF==2 \{\ . nr % 0 . nr F 2 . \} @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "FIX-GNUSTACK 1" -.TH FIX-GNUSTACK 1 "2016-02-13" "fix-gnustack 0.1" "Documentation for fix-gnustack" +.TH FIX-GNUSTACK 1 "2023-01-24" "fix-gnustack 0.1" "Documentation for fix-gnustack" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -154,7 +154,7 @@ memory protection (\s-1MPROTECT\s0) is enforced, execution of binaries with \&\s-1GNU_STACKS\s0 marked \s-1WX,\s0 or execution of binaries linking against libraries with \s-1GNU_STACKS\s0 marked \s-1WX,\s0 is terminated by the kernel. When \fBfix-gnustack\fR is called without the \fB\-f\fR option on an \s-1ELF,\s0 it simply reports the -\&\s-1RWX \s0(read/write/execute) flags on any \s-1GNU_STACK\s0 entry found. When called +\&\s-1RWX\s0 (read/write/execute) flags on any \s-1GNU_STACK\s0 entry found. When called with \fB\-f\fR, it clears the X flag if a \s-1GNU_STACK\s0 entry is found and it has both W and X flags. .SH "OPTIONS" |