summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man3/libalpm_trans.3
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/archlinux/man3/libalpm_trans.3')
-rw-r--r--upstream/archlinux/man3/libalpm_trans.321
1 files changed, 5 insertions, 16 deletions
diff --git a/upstream/archlinux/man3/libalpm_trans.3 b/upstream/archlinux/man3/libalpm_trans.3
index 25b23749..93ff2aad 100644
--- a/upstream/archlinux/man3/libalpm_trans.3
+++ b/upstream/archlinux/man3/libalpm_trans.3
@@ -1,4 +1,4 @@
-.TH "libalpm_trans" 3 "Tue Feb 6 2024 19:11:31" "libalpm" \" -*- nroff -*-
+.TH "libalpm_trans" 3 "libalpm" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -6,19 +6,11 @@ libalpm_trans \- Transaction
.SH SYNOPSIS
.br
.PP
-.SS "Typedefs"
-
-.in +1c
-.ti -1c
-.RI "typedef struct __alpm_trans_t \fBalpm_trans_t\fP"
-.br
-.RI "Transaction structure used internally by libalpm\&. "
-.in -1c
.SS "Enumerations"
.in +1c
.ti -1c
-.RI "enum \fBalpm_transflag_t\fP { \fBALPM_TRANS_FLAG_NODEPS\fP = 1, \fBALPM_TRANS_FLAG_NOSAVE\fP = (1 << 2), \fBALPM_TRANS_FLAG_NODEPVERSION\fP = (1 << 3), \fBALPM_TRANS_FLAG_CASCADE\fP = (1 << 4), \fBALPM_TRANS_FLAG_RECURSE\fP = (1 << 5), \fBALPM_TRANS_FLAG_DBONLY\fP = (1 << 6), \fBALPM_TRANS_FLAG_ALLDEPS\fP = (1 << 8), \fBALPM_TRANS_FLAG_DOWNLOADONLY\fP = (1 << 9), \fBALPM_TRANS_FLAG_NOSCRIPTLET\fP = (1 << 10), \fBALPM_TRANS_FLAG_NOCONFLICTS\fP = (1 << 11), \fBALPM_TRANS_FLAG_NEEDED\fP = (1 << 13), \fBALPM_TRANS_FLAG_ALLEXPLICIT\fP = (1 << 14), \fBALPM_TRANS_FLAG_UNNEEDED\fP = (1 << 15), \fBALPM_TRANS_FLAG_RECURSEALL\fP = (1 << 16), \fBALPM_TRANS_FLAG_NOLOCK\fP = (1 << 17) }"
+.RI "enum \fBalpm_transflag_t\fP { \fBALPM_TRANS_FLAG_NODEPS\fP = 1, \fBALPM_TRANS_FLAG_NOSAVE\fP = (1 << 2), \fBALPM_TRANS_FLAG_NODEPVERSION\fP = (1 << 3), \fBALPM_TRANS_FLAG_CASCADE\fP = (1 << 4), \fBALPM_TRANS_FLAG_RECURSE\fP = (1 << 5), \fBALPM_TRANS_FLAG_DBONLY\fP = (1 << 6), \fBALPM_TRANS_FLAG_NOHOOKS\fP = (1 << 7), \fBALPM_TRANS_FLAG_ALLDEPS\fP = (1 << 8), \fBALPM_TRANS_FLAG_DOWNLOADONLY\fP = (1 << 9), \fBALPM_TRANS_FLAG_NOSCRIPTLET\fP = (1 << 10), \fBALPM_TRANS_FLAG_NOCONFLICTS\fP = (1 << 11), \fBALPM_TRANS_FLAG_NEEDED\fP = (1 << 13), \fBALPM_TRANS_FLAG_ALLEXPLICIT\fP = (1 << 14), \fBALPM_TRANS_FLAG_UNNEEDED\fP = (1 << 15), \fBALPM_TRANS_FLAG_RECURSEALL\fP = (1 << 16), \fBALPM_TRANS_FLAG_NOLOCK\fP = (1 << 17) }"
.br
.RI "Transaction flags\&. "
.in -1c
@@ -97,12 +89,6 @@ Release the transaction with \fBalpm_trans_release\fP
.PP
.PP
A transaction can be released at any time\&. A transaction does not have to be committed\&.
-.SH "Typedef Documentation"
-.PP
-.SS "typedef struct __alpm_trans_t \fBalpm_trans_t\fP"
-
-.PP
-Transaction structure used internally by libalpm\&.
.SH "Enumeration Type Documentation"
.PP
.SS "enum \fBalpm_transflag_t\fP"
@@ -131,6 +117,9 @@ Remove packages and their unneeded deps (not explicitly installed)\&.
\fB\fIALPM_TRANS_FLAG_DBONLY \fP\fP
Modify database but do not commit changes to the filesystem\&.
.TP
+\fB\fIALPM_TRANS_FLAG_NOHOOKS \fP\fP
+Do not run hooks during a transaction\&.
+.TP
\fB\fIALPM_TRANS_FLAG_ALLDEPS \fP\fP
Use ALPM_PKG_REASON_DEPEND when installing packages\&.
.TP