From 5e7f81d7b359888e9fbe708a7451fe67bc613576 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Wed, 28 Aug 2024 13:45:15 +0300 Subject: /doc: add info for the addition of checksums, also: - regenerate man pages - small cosmetic fixes --- doc/revdep.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/revdep.md') diff --git a/doc/revdep.md b/doc/revdep.md index fd50104..60b981d 100644 --- a/doc/revdep.md +++ b/doc/revdep.md @@ -20,4 +20,5 @@ It should probably run after any big upgrade, especially those that feature lib # AUTHORS emmett1 Author of the program and creator of alice linux. + mobinmob Author of the man page. -- cgit v1.2.3 From 477ff8abdd05a12ea19c0dd9d5bf70a0426a699a Mon Sep 17 00:00:00 2001 From: mobinmob Date: Wed, 28 Aug 2024 13:55:28 +0300 Subject: doc/revdep.md: add a note for rebuilding, regenerate man page. --- doc/revdep.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/revdep.md') diff --git a/doc/revdep.md b/doc/revdep.md index 60b981d..6f23ee3 100644 --- a/doc/revdep.md +++ b/doc/revdep.md @@ -13,6 +13,11 @@ It should probably run after any big upgrade, especially those that feature lib - **-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 -- cgit v1.2.3