diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/archlinux/man3/libalpm_sig.3 | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man3/libalpm_sig.3')
-rw-r--r-- | upstream/archlinux/man3/libalpm_sig.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/upstream/archlinux/man3/libalpm_sig.3 b/upstream/archlinux/man3/libalpm_sig.3 index d95befa3..3842d509 100644 --- a/upstream/archlinux/man3/libalpm_sig.3 +++ b/upstream/archlinux/man3/libalpm_sig.3 @@ -1,4 +1,4 @@ -.TH "libalpm_sig" 3 "Tue Feb 6 2024 19:11:31" "libalpm" \" -*- nroff -*- +.TH "libalpm_sig" 3 "libalpm" \" -*- nroff -*- .ad l .nh .SH NAME @@ -237,7 +237,7 @@ Check the PGP signature for the given database\&. .PP \fBReturns\fP .RS 4 -a int value : 0 (valid), 1 (invalid), -1 (an error occurred) +0 if valid, -1 if an error occurred or signature is invalid .RE .PP @@ -299,7 +299,7 @@ Check the PGP signature for the given package file\&. .PP \fBReturns\fP .RS 4 -a int value : 0 (valid), 1 (invalid), -1 (an error occurred) +0 if valid, -1 if an error occurred or signature is invalid .RE .PP |