From 49717b9544bacbcd38a10b791adcb4a4aa2e9162 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Fri, 29 May 2026 23:40:06 +0800 Subject: updates --- man/revdep.8 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 man/revdep.8 (limited to 'man/revdep.8') 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. -- cgit v1.2.3