From 7702b15c4ccd839932ad1378cacb7deec67c7d0c Mon Sep 17 00:00:00 2001 From: emmett1 Date: Sun, 22 Dec 2024 03:19:44 +0800 Subject: updated some docs --- man/revdep.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 man/revdep.md (limited to 'man/revdep.md') diff --git a/man/revdep.md b/man/revdep.md new file mode 100644 index 0000000..6f23ee3 --- /dev/null +++ b/man/revdep.md @@ -0,0 +1,29 @@ +# NAME + +**revdep** - utility to discover and rebuild reverse deps + +# DESCRIPTION + +**revdep** is a utility inspired by the gentoo program revdep-rebuild. It is written in posix shell and +it can discover programs that need to be rebuilt after library upgrades or are missing libraries. +It should probably run after any big upgrade, especially those that feature lib version bumps. + +# OPTIONS + +- **-h** Show program help. +- **-v** Verbose output of the operation. + +# NOTE + +**revdep** does not automatically rebuild broken packages or their dependencies. You need to +use apkg for these operations. + +# REPORTING BUGS + +**apkg** is in a working stage but also under heavy development. Please report and bugs/issues in the project issue tracker: https://codeberg.org/emmett1/autils/issues + +# AUTHORS + +emmett1 Author of the program and creator of alice linux. + +mobinmob Author of the man page. -- cgit v1.2.3