diff options
Diffstat (limited to 'upstream/archlinux/man3/libalpm_depends.3')
-rw-r--r-- | upstream/archlinux/man3/libalpm_depends.3 | 12 |
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\&. |