diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/archlinux/man8/paclog-pkglist.8 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man8/paclog-pkglist.8')
-rw-r--r-- | upstream/archlinux/man8/paclog-pkglist.8 | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/upstream/archlinux/man8/paclog-pkglist.8 b/upstream/archlinux/man8/paclog-pkglist.8 new file mode 100644 index 00000000..21a49cc7 --- /dev/null +++ b/upstream/archlinux/man8/paclog-pkglist.8 @@ -0,0 +1,81 @@ +'\" t +.\" Title: paclog-pkglist +.\" Author: [see the "Authors" section] +.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> +.\" Date: 2024-01-29 +.\" Manual: Pacman-contrib Manual +.\" Source: Pacman-contrib 1.10.4 +.\" Language: English +.\" +.TH "PACLOG\-PKGLIST" "8" "2024\-01\-29" "Pacman\-contrib 1\&.10\&.4" "Pacman\-contrib Manual" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +paclog-pkglist \- list currently installed packages based on pacman\*(Aqs log +.SH "SYNOPSIS" +.sp +\fIpaclog\-pkglist\fR [path to pacman log] +.SH "DESCRIPTION" +.sp +\fIpaclog\-pkglist\fR will parse a log file into a list of currently installed packages\&. Example: paclog\-pkglist /var/log/pacman\&.log Defaults to /var/log/pacman\&.log +.SH "OPTIONS" +.PP +\fB\-h, \-\-help\fR +.RS 4 +Display syntax and command\-line options\&. +.RE +.PP +\fB\-V, \-\-version\fR +.RS 4 +Display version information\&. +.RE +.SH "SEE ALSO" +.sp +\fBpacman\fR(8) +.SH "BUGS" +.sp +Bugs? You must be kidding; there are no bugs in this software\&. But if we happen to be wrong, file an issue with as much detail as possible at https://gitlab\&.archlinux\&.org/pacman/pacman\-contrib/\-/issues/new\&. +.SH "AUTHORS" +.sp +Current maintainers: +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +Johannes Löthberg <johannes@kyriasis\&.com> +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +Daniel M\&. Capella <polyzen@archlinux\&.org> +.RE +.sp +For additional contributors, use git shortlog \-s on the pacman\-contrib\&.git repository\&. |