aboutsummaryrefslogtreecommitdiff
path: root/man/revdep.8
diff options
context:
space:
mode:
Diffstat (limited to 'man/revdep.8')
-rw-r--r--man/revdep.838
1 files changed, 38 insertions, 0 deletions
diff --git a/man/revdep.8 b/man/revdep.8
new file mode 100644
index 0000000..be93f32
--- /dev/null
+++ b/man/revdep.8
@@ -0,0 +1,38 @@
+.\" -*- mode: troff; coding: utf-8 -*-
+.TH REVDEP 8
+.SH NAME
+revdep \- discover broken library dependencies
+.SH DESCRIPTION
+.LP
+\fBrevdep\fR scans system binaries and shared libraries for missing library links.
+It can discover programs that need to be rebuilt after library upgrades or are
+missing libraries. It should probably be run after any big upgrade, especially
+those that feature library version bumps.
+.SH OPTIONS
+.TP
+\fB-h\fR
+Show program help.
+.TP
+\fB-v\fR
+Verbose output of the operation.
+.SH NOTE
+.LP
+\fBrevdep\fR does not automatically rebuild broken packages or their dependencies.
+You need to use \fBapkg\fR for these operations.
+.SH REPORTING BUGS
+.LP
+\fBapkg\fR is in a working stage but also under heavy development. Please report
+bugs and issues in the project issue tracker: \c
+.UR https://codeberg.org/emmett1/autils/issues
+.UE
+.SH AUTHORS
+.LP
+emmett1 \c
+.MT me@emmett1.my
+.ME
+Author of the program and creator of Alice Linux.
+.PP
+mobinmob \c
+.MT mobinmob@disroot.org
+.ME
+Author of the man page.