summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man3/libalpm_depends.3
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
commit4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch)
tree3900955c1886e6d2570fea7125ee1f01bafe876d /upstream/archlinux/man3/libalpm_depends.3
parentAdding upstream version 4.22.0. (diff)
downloadmanpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz
manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man3/libalpm_depends.3')
-rw-r--r--upstream/archlinux/man3/libalpm_depends.312
1 files changed, 3 insertions, 9 deletions
diff --git a/upstream/archlinux/man3/libalpm_depends.3 b/upstream/archlinux/man3/libalpm_depends.3
index 424d1b68..286048d5 100644
--- a/upstream/archlinux/man3/libalpm_depends.3
+++ b/upstream/archlinux/man3/libalpm_depends.3
@@ -1,4 +1,4 @@
-.TH "libalpm_depends" 3 "Tue Feb 6 2024 19:11:31" "libalpm" \" -*- nroff -*-
+.TH "libalpm_depends" 3 "libalpm" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -137,16 +137,10 @@ A conflict that has occurred between two packages\&.
.PP
\fBData Fields:\fP
.RS 4
-char * \fIpackage1\fP Name of the first package\&.
+\fBalpm_pkg_t\fP * \fIpackage1\fP The first package\&.
.br
.PP
-unsigned long \fIpackage1_hash\fP Hash of the first package name (used internally to speed up conflict checks)
-.br
-.PP
-char * \fIpackage2\fP Name of the second package\&.
-.br
-.PP
-unsigned long \fIpackage2_hash\fP Hash of the second package name (used internally to speed up conflict checks)
+\fBalpm_pkg_t\fP * \fIpackage2\fP The second package\&.
.br
.PP
\fBalpm_depend_t\fP * \fIreason\fP The conflict\&.