aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-08-30 11:22:51 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-08-30 11:22:51 +0000
commit1301d84c0cf6c991998288e65e904973700c04b0 (patch)
tree47c3233c4b603d66333e0d9ae016b1c908eb31fc /doc/man
parent99b72ff92222d754759428fd618e0e3a5d3f7cca (diff)
parent477ff8abdd05a12ea19c0dd9d5bf70a0426a699a (diff)
downloadautils-1301d84c0cf6c991998288e65e904973700c04b0.tar.gz
autils-1301d84c0cf6c991998288e65e904973700c04b0.zip
Merge pull request '/doc: add info for the addition of checksums, also:' (#6) from mobinmob/autils:doc_fixes into main
Reviewed-on: https://codeberg.org/emmett1/autils/pulls/6 Reviewed-by: emmett1 <emmett1.2miligrams@protonmail.com>
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/man5/apkg.conf.51
-rw-r--r--doc/man/man8/apkg.89
-rw-r--r--doc/man/man8/revdep.86
3 files changed, 15 insertions, 1 deletions
diff --git a/doc/man/man5/apkg.conf.5 b/doc/man/man5/apkg.conf.5
index 3d739d6..8047562 100644
--- a/doc/man/man5/apkg.conf.5
+++ b/doc/man/man5/apkg.conf.5
@@ -75,6 +75,7 @@ APKG_WORK_DIR=/var/cache/work
AUTHORS
.LP
emmett1 \fIemmett1.2miligrams@protonmail.com\fR Author of the program and creator of alice linux.
+.PP
mobinmob \fImobinmob@disroot.org\fR Author of the man page.
.SH
REPORTING BUGS
diff --git a/doc/man/man8/apkg.8 b/doc/man/man8/apkg.8
index 8733be6..5b46f82 100644
--- a/doc/man/man8/apkg.8
+++ b/doc/man/man8/apkg.8
@@ -2,7 +2,7 @@
.TH "" "8" ""
.SH
.LP
-\fBapkg\fR [-i] [-I] [-d] [-D] [-j] [-u] [-r] [-t] [-U ] [-f] [-o] [-p] [-s] [-h] [\fIpkg(s)\fR]
+\fBapkg\fR [-i] [-I] [-d] [-D] [-j] [-u] [-r] [-t] [-U ] [-f] [-o] [-p] [-s] [-g] [-h] [\fIpkg(s)\fR]
.SH
DESCRIPTION
.LP
@@ -93,6 +93,12 @@ Arguments for apkg are as follows:
.sp -0.25v
.IP "\(bu" 3
\fB-s\fR \fI\fR Search for packages
+.if n \
+.sp -1
+.if t \
+.sp -0.25v
+.IP "\(bu" 3
+\fB-g\fR \fI\fR Update or generate checksum(s) for the package source files.
.SH
ENVIRONMENT VARIABLES
.IP "\(bu" 3
@@ -166,6 +172,7 @@ package per line.
AUTHORS
.LP
emmett1 \fIemmett1.2miligrams@protonmail.com\fR Author of the program and creator of alice linux.
+.PP
mobinmob \fImobinmob@disroot.org\fR Author of the man page.
.SH
REPORTING BUGS
diff --git a/doc/man/man8/revdep.8 b/doc/man/man8/revdep.8
index c5e765e..b8dc1f1 100644
--- a/doc/man/man8/revdep.8
+++ b/doc/man/man8/revdep.8
@@ -16,6 +16,11 @@ OPTIONS
.IP "\(bu" 3
\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 apkg for these operations.
+.SH
REPORTING BUGS
.LP
\fBapkg\fR is in a working stage but also under heavy development. Please report and bugs/issues in the project issue tracker: \fIhttps://codeberg.org/emmett1/autils/issues\fR
@@ -23,4 +28,5 @@ REPORTING BUGS
AUTHORS
.LP
emmett1 \fIemmett1.2miligrams@protonmail.com\fR Author of the program and creator of alice linux.
+.PP
mobinmob \fImobinmob@disroot.org\fR Author of the man page.