aboutsummaryrefslogtreecommitdiff
path: root/doc/revdep.md
diff options
context:
space:
mode:
authormobinmob <mobinmob@disroot.org>2024-08-17 18:41:33 +0300
committermobinmob <mobinmob@disroot.org>2024-08-17 18:43:33 +0300
commitfe255c2008487f41d3397c1a9c9cd952a5b84d75 (patch)
tree9fd49534bd6a81de92cc7d1ffc7c925743b2ef4a /doc/revdep.md
parent017ec72df257c209d2dcb2e7671eba898c4e37cb (diff)
downloadautils-fe255c2008487f41d3397c1a9c9cd952a5b84d75.tar.gz
autils-fe255c2008487f41d3397c1a9c9cd952a5b84d75.zip
/doc : adding corrections by @AngMits.
https://codeberg.org/AngMits
Diffstat (limited to 'doc/revdep.md')
-rw-r--r--doc/revdep.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/revdep.md b/doc/revdep.md
index be1bdf2..44eef7a 100644
--- a/doc/revdep.md
+++ b/doc/revdep.md
@@ -1,22 +1,23 @@
# 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 rebuild after library upgrades or are missing libraries.
+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** Be verbose in the operation.
--
+- **-v** Verbose output of the operation.
+
# 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 <emmett1.2miligrams@protonmail.com> Author of the program and creator of alice linux.
mobinmob <mobinmob@disroot.org> Author of the man page.