summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/makepkg.8.in5
-rw-r--r--doc/pacman.8.in14
2 files changed, 13 insertions, 6 deletions
diff --git a/doc/makepkg.8.in b/doc/makepkg.8.in
index 63d417e1..569f3596 100644
--- a/doc/makepkg.8.in
+++ b/doc/makepkg.8.in
@@ -1,4 +1,4 @@
-.TH makepkg 8 "July 2, 2004" "makepkg #VERSION#" ""
+.TH makepkg 8 "August 3, 2004" "makepkg #VERSION#" ""
.SH NAME
makepkg \- package build utility
.SH SYNOPSIS
@@ -368,6 +368,9 @@ Disable color in output messages
.B "\-n, \-\-nostrip"
Do not strip binaries and libraries.
.TP
+.B "\-o, \-\-nobuild"
+Download and extract files only, do not build.
+.TP
.B "\-p <buildscript>"
Read the package script \fI<buildscript>\fP instead of the default (\fIPKGBUILD\fP).
.TP
diff --git a/doc/pacman.8.in b/doc/pacman.8.in
index 5d4d9bde..1d9c9227 100644
--- a/doc/pacman.8.in
+++ b/doc/pacman.8.in
@@ -1,4 +1,4 @@
-.TH pacman 8 "July 16, 2004" "pacman #VERSION#" ""
+.TH pacman 8 "August 3, 2004" "pacman #VERSION#" ""
.SH NAME
pacman \- package manager utility
.SH SYNOPSIS
@@ -99,6 +99,9 @@ a backwards --sync operation.
.B "\-v, \-\-verbose"
Output more status and error messages.
.TP
+.B "\-\-config <path>"
+Specify an alternate configuration file.
+.TP
.B "\-\-noconfirm"
Bypass any and all "Are you sure?" messages. It's not a good to do this
unless you want to run pacman from a script.
@@ -215,10 +218,7 @@ global options.
NoUpgrade = etc/passed etc/group etc/shadow
NoUpgrade = etc/fstab
-[current]
-Server = ftp://ftp.archlinux.org/current
-Server = ftp://ftp.mirror.com/archlinux/current
-Server = http://www.othermirror.com/arch/current
+Include = /etc/pacman.d/current
[custom]
Server = file:///home/pkgs
@@ -239,6 +239,10 @@ will ask for confirmation before proceeding.
Instructs pacman to ignore any upgrades for this package when performing a
\fB--sysupgrade\fP.
.TP
+.B "Include = <path>"
+Include another config file. This config file can include repositories or
+general configuration options.
+.TP
.B "ProxyServer = <host|ip>[:port]"
If set, pacman will use this proxy server for all ftp/http transfers.
.TP