diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-02-13 16:35:01 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-02-13 16:35:01 -0500 |
commit | 8bd77b7992f4b12bd3807e33cf77cde1383980de (patch) | |
tree | 7c07c4d3b108ecadeb581678e2236c00a5fc611f | |
parent | ChangeLog: updated. (diff) | |
download | elfix-8bd77b7992f4b12bd3807e33cf77cde1383980de.tar.gz elfix-8bd77b7992f4b12bd3807e33cf77cde1383980de.tar.bz2 elfix-8bd77b7992f4b12bd3807e33cf77cde1383980de.zip |
misc/fix-gnustack: rebuild the man page with Pod::Simple 3.28
-rw-r--r-- | misc/fix-gnustack/doc/fix-gnustack.1 | 39 |
1 files changed, 24 insertions, 15 deletions
diff --git a/misc/fix-gnustack/doc/fix-gnustack.1 b/misc/fix-gnustack/doc/fix-gnustack.1 index 06f720a..ee92871 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.25 (Pod::Simple 3.23) +.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) .\" .\" Standard preamble: .\" ======================================================================== @@ -38,6 +38,8 @@ . ds PI \(*p . ds L" `` . ds R" '' +. ds C` +. ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. @@ -48,17 +50,24 @@ .\" 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. -.ie \nF \{\ -. de IX -. tm Index:\\$1\t\\n%\t"\\$2" +.\" +.\" Avoid warning from groff about undefined register 'F'. +.de IX .. -. nr % 0 -. rr F -.\} -.el \{\ -. de IX +.nr rF 0 +.if \n(.g .if rF .nr rF 1 +.if (\n(rF:(\n(.g==0)) \{ +. if \nF \{ +. de IX +. tm Index:\\$1\t\\n%\t"\\$2" .. +. if !\nF==2 \{ +. nr % 0 +. nr F 2 +. \} +. \} .\} +.rr rF .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. @@ -124,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "FIX-GNUSTACK 1" -.TH FIX-GNUSTACK 1 "2014-07-30" "fix-gnustack 0.1" "Documentation for fix-gnustack" +.TH FIX-GNUSTACK 1 "2016-02-13" "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 @@ -142,10 +151,10 @@ fix\-gnustack \- query or clear any ELF GNU_STACK executable flag object library, reports if it has a \s-1GNU_STACK\s0 entry and if it is marked both writeable and executable. On PaX hardened kernels where 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-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 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" @@ -155,7 +164,7 @@ has both W and X flags. Print out a short help message and exit. .IP "[\fB\-f\fR] \s-1ELF\s0" 4 .IX Item "[-f] ELF" -\&\*(L"Fix\*(R" the \s-1ELF\s0, ie, remove the X flag from any \s-1GNU_STACK\s0 entry found +\&\*(L"Fix\*(R" the \s-1ELF,\s0 ie, remove the X flag from any \s-1GNU_STACK\s0 entry found if it has both W and X flags. When called without, it simply reports what flags it found. .SH "HOMEPAGE" |