diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-02-22 00:20:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-02-22 00:20:51 +0000 |
commit | ebc94348ebc54e5e9a7d6658f878721e41323e69 (patch) | |
tree | 5677c9e1e11c0f0a09820b22a5a95df78f883057 /man | |
parent | scanelf: improve shdr string overflow check more (diff) | |
download | pax-utils-ebc94348ebc54e5e9a7d6658f878721e41323e69.tar.gz pax-utils-ebc94348ebc54e5e9a7d6658f878721e41323e69.tar.bz2 pax-utils-ebc94348ebc54e5e9a7d6658f878721e41323e69.zip |
fix typos pointed out by Tomasz Buchert
Diffstat (limited to 'man')
-rw-r--r-- | man/pspax.docbook | 2 | ||||
-rw-r--r-- | man/scanelf.docbook | 2 | ||||
-rw-r--r-- | man/scanmacho.docbook | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/man/pspax.docbook b/man/pspax.docbook index db09e6f..90e46bf 100644 --- a/man/pspax.docbook +++ b/man/pspax.docbook @@ -29,7 +29,7 @@ <para> <command>pspax</command> is a user-space utility that scans the proc directory and list ELF types, as well as their respective PaX flags and - filenames and attributes. Depending on build options, it may additionaly + filenames and attributes. Depending on build options, it may additionally display the process running set of capabilities. </para> </refsect1> diff --git a/man/scanelf.docbook b/man/scanelf.docbook index b6e2c13..e6b34ee 100644 --- a/man/scanelf.docbook +++ b/man/scanelf.docbook @@ -231,7 +231,7 @@ <para> Note that when you use a format string, generally information related flags should be omitted. In other words, you do not want to try and request NEEDED - output (<option>-n</option>) and try to specify a format output at the sametime + output (<option>-n</option>) and try to specify a format output at the same time as these operations are mutually exclusive. Each information related flag has an equivalent conversion specifier, so use those instead. You can of course continue to use non-information related flags (such as <option>--verbose</option>). diff --git a/man/scanmacho.docbook b/man/scanmacho.docbook index f7035d9..6d895e2 100644 --- a/man/scanmacho.docbook +++ b/man/scanmacho.docbook @@ -167,7 +167,7 @@ <para> Note that when you use a format string, generally information related flags should be omitted. In other words, you do not want to try and request NEEDED - output (<option>-n</option>) and try to specify a format output at the sametime + output (<option>-n</option>) and try to specify a format output at the same time as these operations are mutually exclusive. Each information related flag has an equivalent conversion specifier, so use those instead. You can of course continue to use non-information related flags (such as <option>--verbose</option>). |