diff options
author | Jason St. John <jstjohn@purdue.edu> | 2014-08-07 06:43:20 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-08-09 06:18:59 +0200 |
commit | ab07dfdeb9b4ecc443aa25f40fa530a730f65cde (patch) | |
tree | 58b27c50353f9eb540c6b7a3d6d05cf80b024f67 /doc/PKGBUILD.5.txt | |
parent | 37634d22e501538e5a4b12105a0b56542841e71f (diff) | |
download | pacman-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/PKGBUILD.5.txt')
-rw-r--r-- | doc/PKGBUILD.5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index c3365be2..e2389cb7 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -390,7 +390,7 @@ All options and directives for the split packages default to the global values given in the PKGBUILD. Nevertheless, the following ones can be overridden within each split package's packaging function: `pkgdesc`, `arch`, `url`, `license`, `groups`, `depends`, `optdepends`, -`provides`, `conflicts`, `replaces`, `backup`, `options`, `install` and +`provides`, `conflicts`, `replaces`, `backup`, `options`, `install`, and `changelog`. An optional global directive is available when building a split package: |