summaryrefslogtreecommitdiffstats
path: root/doc/pacman.8.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pacman.8.in')
-rw-r--r--doc/pacman.8.in20
1 files changed, 16 insertions, 4 deletions
diff --git a/doc/pacman.8.in b/doc/pacman.8.in
index 2113fc21..95b77154 100644
--- a/doc/pacman.8.in
+++ b/doc/pacman.8.in
@@ -96,6 +96,10 @@ Remove packages from the cache. When pacman downloads packages,
it saves them in \fI/var/cache/pacman/pkg\fP. If you need to free up
diskspace, you can remove these packages by using the --clean option.
.TP
+.B "\-g, \-\-groups"
+Display all the members for each package group specified. If no group
+names are provided, all groups and members will be listed.
+.TP
.B "\-s, \-\-search <string>"
This will search each package in the package list for names or descriptions
that contains <string>.
@@ -117,6 +121,10 @@ defined in \fI/etc/pacman.conf\fP. This should typically be used each
time you use \fB--sysupgrade\fP.
.SH QUERY OPTIONS
.TP
+.B "\-g, \-\-groups"
+Display all groups that a specified package is part of. If no package
+names are provided, all groups and members will be listed.
+.TP
.B "\-i, \-\-info"
Display information on a given package. If it is used with the \fB-p\fP
option then the .PKGINFO file will be printed.
@@ -179,15 +187,15 @@ Server = ftp://ftp.archlinux.org/current
Server = ftp://ftp.mirror.com/archlinux/current
[custom]
-Server = local:///home/pkgs
+Server = file:///home/pkgs
.fi
.RE
.SH CONFIG: OPTIONS
.TP
-.B "DBPath = /path/to/db/dir"
+.B "DBPath = path/to/db/dir"
Overrides the default location of the toplevel database directory. The default is
-\fI/var/lib/pacman\fP.
+\fIvar/lib/pacman\fP.
.TP
.B "IgnorePkg = <package> [package] ..."
Instructs pacman to ignore any upgrades for this package when performing a
@@ -199,13 +207,17 @@ Disables passive ftp connections when downloading packages. (aka Active Mode)
.B "NoUpgrade = <file> [file] ..."
All files listed with a \fBNoUpgrade\fP directive will never be touched during a package
install/upgrade. \fINote:\fP do not include the leading slash when specifying files.
+.TP
+.B "UseSyslog"
+Log action messages through syslog(). This will insert pacman log entries into your
+/var/log/messages or equivalent.
.SH CONFIG: REPOSITORIES
Each repository section defines a section name and at least one location where the packages
can be found. The section name is defined by the string within square brackets (eg, the two
above are 'current' and 'custom'). Locations are defined with the \fIServer\fP directive and
follow a URL naming structure. Currently only ftp is supported for remote servers. If you
-want to use a local directory, you can specify the full path with a 'local://' prefix, as
+want to use a local directory, you can specify the full path with a 'file://' prefix, as
shown above.
.SH USING YOUR OWN REPOSITORY
Let's say you have a bunch of custom packages in \fI/home/pkgs\fP and their respective PKGBUILD