summaryrefslogtreecommitdiffstats
path: root/doc/makepkg-template.1.txt
diff options
context:
space:
mode:
authorJason St. John <jstjohn@purdue.edu>2014-08-07 06:43:19 +0200
committerAllan McRae <allan@archlinux.org>2014-08-09 06:09:33 +0200
commit37634d22e501538e5a4b12105a0b56542841e71f (patch)
treeec81206ebcf217251d0cab606bb914a5b2cf15a9 /doc/makepkg-template.1.txt
parentdb14815f463c5128a2fc25df8d7570293987e18f (diff)
downloadpacman-37634d22e501538e5a4b12105a0b56542841e71f.tar.gz
pacman-37634d22e501538e5a4b12105a0b56542841e71f.tar.xz
man: Use uniform line spacing between sections
Remove blank lines immediately following section headings. Ensure two blank lines before the start of a new section. Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/makepkg-template.1.txt')
-rw-r--r--doc/makepkg-template.1.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/makepkg-template.1.txt b/doc/makepkg-template.1.txt
index 8fa5c2e1..49eb8fd3 100644
--- a/doc/makepkg-template.1.txt
+++ b/doc/makepkg-template.1.txt
@@ -16,7 +16,6 @@ Synopsis
Description
-----------
-
'makepkg-template' is a script to ease the work of maintaining multiple similar
PKGBUILDs. It allows you to move most of the code from the PKGBUILD into a
template file and uses markers to allow in-place updating of existing PKGBUILDs
@@ -60,9 +59,9 @@ resulting PKGBUILD. If you use markers in a template, please set the version
you used/tested with in the start/input marker so other people can properly
recreate from templates.
+
Options
-------
-
*-p, \--input* <build script>::
Read the package script `build script` instead of the default.
@@ -75,6 +74,7 @@ Options
*\--template-dir* <dir>::
Change the dir where we are looking for template files.
+
Example PKGBUILD
----------------
@@ -112,7 +112,6 @@ Example PKGBUILD
# template end;
-
See Also
--------
linkman:makepkg[8], linkman:PKGBUILD[5]