aboutsummaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* meson: avoid using replace() to not unnecessarily bump meson >= 0.58.0Mathias Krause2024-08-091-1/+1
| | | | | | | | | | | Debian bullseye ships with meson 0.56.2 which is too old to understand replace(). Work around that with split() and string concatenation. Signed-off-by: Mathias Krause <minipli@grsecurity.net> Closes: https://github.com/gentoo/pax-utils/pull/16 Signed-off-by: Sam James <sam@gentoo.org>
* meson: fix installation of (pre-generated) man pages w/o xmltoSam James2023-01-221-5/+1
| | | | | Fixes: 502631b86d63c4604b0ed78ad86a054e9726e897 Signed-off-by: Sam James <sam@gentoo.org>
* meson: include generated man pages in dist tarballsSam James2022-11-021-13/+24
| | | | | | | | | | | | | | | | | Meson doesn't have an idiomatic way of doing this (for once!) so we have to (per Eli Schwartz, thanks!) have: 1. a dist script which duplicates the build rule; 2. some meson.build if/else logic with fs.exists() to prefer the built manpage when using tarballs Sadly, still can't easily regenerate man pages if you apply a patch downstream though. We use Michael Stapelberg's example from the linked bug as inspiration. Bug: https://github.com/mesonbuild/meson/issues/2166 Reported-by: psykose <alice@ayaya.dev> Thanks-to: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Sam James <sam@gentoo.org>
* man: reorder xmlto argumentsMike Gilbert2022-09-071-2/+2
| | | | | | Bug: https://bugs.gentoo.org/869110 Thanks-to: Fabian Groffen <grobian@gentoo.org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* Convert build system to mesonArsen Arsenović2022-07-126-25/+44
| | | | | | | | | | | | | | | | | Some notes about the new build systems: - I don't fully understand the testing system, but I think I understood it well enough to implement an equivalent one. - use_seccomp could be replaced by detecting seccomp support at runtime (without support, Linux returns -EINVAL in include/linux/seccomp.h) - The fuzzing test is broken and seems to have been for a while (see commit 67f3ba64c91b5e1ac9fbbd0bc039fb8ca653cae1, it fails to fuzz on my machine) - make-tarball.sh has been replaced with meson dist - hopefully this works. meson dist should also call seccomp-bpf.c to update seccomp-bpf.h Signed-off-by: Arsen Arsenović <arsen@aarsen.me> Signed-off-by: Sam James <sam@gentoo.org>
* refresh http:// URIsMike Frysinger2021-04-171-2/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* scanelg: add --ldcache=<arg> option to ease testingSergei Trofimovich2020-10-031-0/+7
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* man: drop redundant id sectionsMike Frysinger2016-05-314-18/+18
| | | | | These aren't needed to format the man output correctly, and newer libxml2 complains about their duplicate ids, so punt them.
* use `sed -E -i.tmp` everywhereMike Frysinger2015-12-161-1/+2
| | | | | | | | POSIX is adding the -E flag to enable ERE behavior, and GNU/sed already supports this, as do various BSD systems (including OS X). While GNU makes the suffix to -i optional, POSIX/etc... do not, so make sure we always specify it.
* build: refresh autotool regen logic for gitMike Frysinger2015-08-181-1/+0
|
* migrate to gitv1.0Mike Frysinger2015-03-021-1/+1
|
* fix typos pointed out by Tomasz BuchertMike Frysinger2015-02-223-3/+3
|
* add support for symbol visibilityMike Frysinger2014-06-181-1/+7
|
* scanmacho: add support to read LC_RPATH entries from Mach-O filesFabian Groffen2013-12-161-0/+5
|
* document new --use-ldpath/--root optionsMike Frysinger2012-01-251-0/+16
|
* document extended -k/-N/-s syntaxMike Frysinger2011-12-211-6/+69
|
* add a ref to the elf(5) manpageMike Frysinger2011-12-211-1/+2
|
* fix --header short option typo pointed out by Hans #391885Mike Frysinger2011-11-261-1/+1
|
* trim spurious periodsv0.2.1Mike Frysinger2010-02-141-14/+14
|
* fix up man page display a bitMike Frysinger2010-02-142-1/+7
|
* ignore generated man pagesMike Frysinger2010-01-151-0/+1
|
* use --skip-validation to work with newer xmlto packagesMike Frysinger2010-01-051-1/+1
|
* update scanmacho manpage, applying the same changes as for the scanelf manpageFabian Groffen2009-12-211-20/+28
|
* improve option documentationMike Frysinger2009-12-211-36/+48
|
* fix typos in pspax optionsMike Frysinger2009-12-211-2/+2
|
* suggest people use bugzilla for bug reportsMike Frysinger2009-12-211-2/+4
|
* align manpage with --help output for changed -a optionFabian Groffen2009-12-201-1/+1
|
* Fix manpage, thanks pippingFabian Groffen2008-12-101-1/+1
|
* fix manpage, the same fix is needed for scanelf, but I don't dare to commit thatFabian Groffen2008-10-191-1/+1
|
* Add scanmacho manpageFabian Groffen2008-09-082-3/+249
|
* - add OSABI/EABI support to scanelf --osabi/--eabi to scanelf. Update elf.hNed Ludd2008-06-171-0/+10
|
* - add -Z/--size optionNed Ludd2008-04-192-3/+5
|
* - update pspax docbook page for newer optionsNed Ludd2008-01-171-9/+29
|
* fix another typo pointed out by fabianMike Frysinger2007-10-281-1/+1
|
* fix typoMike Frysinger2007-10-281-1/+1
|
* - make -M take symbolic names in addition to numerical valuesNed Ludd2007-06-291-4/+3
|
* - add endian scanning supportNed Ludd2007-06-291-0/+7
|
* add a note about needing ~app-text/docbook-xml-dtd-4.4Mike Frysinger2007-06-091-0/+1
|
* - Print only ELF files with matching specified octal bits (like 755)Ned Ludd2007-06-091-0/+4
|
* - added regexp symbol matching using existing gmatch optionNed Ludd2007-01-181-1/+1
|
* move format/elf documentation out of usage() and into docbookMike Frysinger2007-01-181-0/+33
|
* update PHONY targetMike Frysinger2007-01-181-1/+2
|
* - make clean or distcleanNed Ludd2007-01-101-1/+1
|
* add some more targetsMike Frysinger2007-01-101-5/+6
|
* add custom xsl fragment to eat newlines in linstsMike Frysinger2007-01-103-2/+23
|
* convert manpages to docbooksMike Frysinger2007-01-0911-272/+442
|
* - update pspax and misc man pages for new featuresNed Ludd2006-12-122-1/+8
|
* - fix a few typos in pspax man pageNed Ludd2006-06-061-2/+2
|
* - update man page for new optionsv0.1.12Ned Ludd2006-04-251-0/+6
|
* - add %k #k to manpagev0.1.10Ned Ludd2006-02-181-0/+1
|