summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-06-06 05:47:26 +0200
committerAllan McRae <allan@archlinux.org>2013-06-06 05:47:26 +0200
commit9574bfd6c873d70e29a5003461b2d691f134c8ab (patch)
tree324d6f160f4f52c47e4c33aa73b76fbc473a21d9 /doc
parentcbbd3781c249c8318934fe0810a09546c2760f53 (diff)
parent450be928da1a71bebc3524f3f0bdb4160845b37e (diff)
downloadpacman-9574bfd6c873d70e29a5003461b2d691f134c8ab.tar.gz
pacman-9574bfd6c873d70e29a5003461b2d691f134c8ab.tar.xz
Merge branch 'maint'
Diffstat (limited to 'doc')
-rw-r--r--doc/PKGBUILD.5.txt2
-rw-r--r--doc/makepkg.8.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index 35633f6f..1b229aaf 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -42,7 +42,7 @@ similar to `$_basekernver`.
Either the name of the package or an array of names for split packages.
Valid characters for members of this array are alphanumerics, and any of
the following characters: ```@ . _ + -`''. Additionally, names are not
- allowed to start with hyphens.
+ allowed to start with hyphens or dots.
*pkgver*::
The version of the software as released from the author (e.g., '2.7.1').
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index e24463c2..899858e4 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -17,7 +17,7 @@ Synopsis
Description
-----------
'makepkg' is a script to automate the building of packages. The requirements for
-using the script are a build-capable \*nix platform and a custom build script
+using the script are a build-capable *nix platform and a custom build script
for each package you wish to build (known as a PKGBUILD). See
linkman:PKGBUILD[5] for details on creating your own build scripts.