diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-12-10 20:05:20 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-12-10 20:05:20 +0000 |
commit | ad7a2e5f2a99a06acc76803359cc2a275b2a2661 (patch) | |
tree | 95d7eba248a8e13271d41858f1eedf3964dd72bd /man | |
parent | Remove the half-assed versioned_symname support. (diff) | |
download | pax-utils-ad7a2e5f2a99a06acc76803359cc2a275b2a2661.tar.gz pax-utils-ad7a2e5f2a99a06acc76803359cc2a275b2a2661.tar.bz2 pax-utils-ad7a2e5f2a99a06acc76803359cc2a275b2a2661.zip |
Fix manpage, thanks pipping
Diffstat (limited to 'man')
-rw-r--r-- | man/scanmacho.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/scanmacho.docbook b/man/scanmacho.docbook index 6d78e5d..11fdf2e 100644 --- a/man/scanmacho.docbook +++ b/man/scanmacho.docbook @@ -202,7 +202,7 @@ <para> You can narrow your search by specifying the Mach-O object file type. The commandline option takes the symbolic type name. - Multiple values can be passed comma separated. Example -E MH_EXECUTABLE,MH_DYLIB + Multiple values can be passed comma separated. Example -E MH_EXECUTE,MH_DYLIB </para> <para> Here is the normal list available for your pleasure. |