diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-12-28 15:37:52 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-12-28 15:37:52 -0500 |
commit | 68bea515fdb194cfecf57c3f51fda445bb62f7d0 (patch) | |
tree | d26fdd9533c4477ebad99a3fd3fb483e639c8b0c /doc | |
parent | misc/test-revdep-pax/testrevdeppax.sh: added test script (diff) | |
download | elfix-68bea515fdb194cfecf57c3f51fda445bb62f7d0.tar.gz elfix-68bea515fdb194cfecf57c3f51fda445bb62f7d0.tar.bz2 elfix-68bea515fdb194cfecf57c3f51fda445bb62f7d0.zip |
scripts/revdep-pax: added an allyes option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/revdep-pax.1 | 16 | ||||
-rw-r--r-- | doc/revdep-pax.pod | 16 |
2 files changed, 20 insertions, 12 deletions
diff --git a/doc/revdep-pax.1 b/doc/revdep-pax.1 index 3d2974c..698e90c 100644 --- a/doc/revdep-pax.1 +++ b/doc/revdep-pax.1 @@ -137,11 +137,11 @@ revdep\-pax \- find mismatching PaX markings between ELF objects and their libra .PP \&\fBrevdep-pax\fR \-r [\-ve] .PP -\&\fBrevdep-pax\fR \-b \s-1OBJECT\s0 [\-mv] +\&\fBrevdep-pax\fR \-b \s-1OBJECT\s0 [\-myv] .PP -\&\fBrevdep-pax\fR \-s \s-1SONAME\s0 [\-mve] +\&\fBrevdep-pax\fR \-s \s-1SONAME\s0 [\-myve] .PP -\&\fBrevdep-pax\fR \-l \s-1LIBRARY\s0 [\-mve] +\&\fBrevdep-pax\fR \-l \s-1LIBRARY\s0 [\-myve] .PP \&\fBrevdep-pax\fR [\-h] .SH "DESCRIPTION" @@ -181,9 +181,6 @@ so that the PaX flags of the target inherit the flags of the source. .IP "\fB\-l\fR \s-1LIBRARY\s0 Retrieve only the reverse mappings for this \s-1LIBRARY\s0." 4 .IX Item "-l LIBRARY Retrieve only the reverse mappings for this LIBRARY." .IP "" 4 -.IP "\fB\-m\fR Prompt the user to mark the found object with the PaX flags of the source." 4 -.IX Item "-m Prompt the user to mark the found object with the PaX flags of the source." -.IP "" 4 .IP "\fB\-v\fR Report all mappings, not just the mismatched ones." 4 .IX Item "-v Report all mappings, not just the mismatched ones." .IP "" 4 @@ -191,6 +188,13 @@ so that the PaX flags of the target inherit the flags of the source. .el .IP "\fB\-e\fR Limit the markings or report to only those executables in the current shell's \f(CW$PATH\fR." 4 .IX Item "-e Limit the markings or report to only those executables in the current shell's $PATH." .IP "" 4 +.IP "\fB\-m\fR Prompt the user to mark the found object with the PaX flags of the source." 4 +.IX Item "-m Prompt the user to mark the found object with the PaX flags of the source." +.IP "" 4 +.ie n .IP "\fB\-y\fR Assume ""yes"" to all prompts for making (\s-1USE\s0 \s-1CAREFULLY\s0!)" 4 +.el .IP "\fB\-y\fR Assume ``yes'' to all prompts for making (\s-1USE\s0 \s-1CAREFULLY\s0!)" 4 +.IX Item "-y Assume yes to all prompts for making (USE CAREFULLY!)" +.IP "" 4 .IP "\fB\-h\fR Print out a short help message and exit." 4 .IX Item "-h Print out a short help message and exit." .PD diff --git a/doc/revdep-pax.pod b/doc/revdep-pax.pod index 03ff277..19bf750 100644 --- a/doc/revdep-pax.pod +++ b/doc/revdep-pax.pod @@ -8,11 +8,11 @@ B<revdep-pax> -f [-v] B<revdep-pax> -r [-ve] -B<revdep-pax> -b OBJECT [-mv] +B<revdep-pax> -b OBJECT [-myv] -B<revdep-pax> -s SONAME [-mve] +B<revdep-pax> -s SONAME [-myve] -B<revdep-pax> -l LIBRARY [-mve] +B<revdep-pax> -l LIBRARY [-myve] B<revdep-pax> [-h] @@ -60,15 +60,19 @@ so that the PaX flags of the target inherit the flags of the source. =item -=item B<-m> Prompt the user to mark the found object with the PaX flags of the source. +=item B<-v> Report all mappings, not just the mismatched ones. =item -=item B<-v> Report all mappings, not just the mismatched ones. +=item B<-e> Limit the markings or report to only those executables in the current shell's $PATH. =item -=item B<-e> Limit the markings or report to only those executables in the current shell's $PATH. +=item B<-m> Prompt the user to mark the found object with the PaX flags of the source. + +=item + +=item B<-y> Assume "yes" to all prompts for making (USE CAREFULLY!) =item |