summaryrefslogtreecommitdiffstats
path: root/doc/makepkg.8.txt
diff options
context:
space:
mode:
authorJason St. John <jstjohn@purdue.edu>2014-08-07 06:43:20 +0200
committerAllan McRae <allan@archlinux.org>2014-08-09 06:18:59 +0200
commitab07dfdeb9b4ecc443aa25f40fa530a730f65cde (patch)
tree58b27c50353f9eb540c6b7a3d6d05cf80b024f67 /doc/makepkg.8.txt
parent37634d22e501538e5a4b12105a0b56542841e71f (diff)
downloadpacman-ab07dfdeb9b4ecc443aa25f40fa530a730f65cde.tar.gz
pacman-ab07dfdeb9b4ecc443aa25f40fa530a730f65cde.tar.xz
man: Improve grammar and add missing single quotes around command options
Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/makepkg.8.txt')
-rw-r--r--doc/makepkg.8.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index 78e6cb1e..e0398af7 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -45,7 +45,7 @@ Options
Clean up leftover work files and directories after a successful build.
*\--config* <file>::
- Use an alternate config file instead of the +{sysconfdir}/makepkg.conf+
+ Use an alternate configuration file instead of the +{sysconfdir}/makepkg.conf+
default.
*-d, \--nodeps*::
@@ -128,7 +128,7 @@ Options
*-R, \--repackage*::
Repackage contents of the package without rebuilding the package. This
- is useful if you forgot (e.g.) a dependency or install file in your
+ is useful if you forgot, for example, a dependency or install file in your
PKGBUILD and the build itself will not change.
*-s, \--syncdeps*::
@@ -193,11 +193,11 @@ Options
*\--needed*::
(Passed to pacman) Tell pacman not to reinstall a target if it is already
- up to date. (used with -i / --install).
+ up-to-date. (used with '-i' / '\--install').
*\--asdeps*::
(Passed to pacman) Install packages as non-explicitly installed (used
- with -i / --install).
+ with '-i' / '\--install').
*\--noprogressbar*::
(Passed to pacman) Prevent pacman from displaying a progress bar;
@@ -216,7 +216,7 @@ Environment Variables
---------------------
**PACMAN**::
The command that will be used to check for missing dependencies and to
- install and remove packages. Pacman's -Qq, -Rns, -S, -T, and -U
+ install and remove packages. Pacman's '-Qq', '-Rns', '-S', '-T', and '-U'
operations must be supported by this command. If the variable is not
set or empty, makepkg will fall back to `pacman'.