summaryrefslogtreecommitdiffstats
path: root/doc/submitting-patches.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/submitting-patches.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/submitting-patches.txt')
-rw-r--r--doc/submitting-patches.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/submitting-patches.txt b/doc/submitting-patches.txt
index 3ff707ca..7c61dd18 100644
--- a/doc/submitting-patches.txt
+++ b/doc/submitting-patches.txt
@@ -8,9 +8,9 @@ please try to follow as much as you can.
NOTE: Some of this is paraphrased from the kernel documentation's
"SubmittingPatches" file.
+
Getting the most recent source
------------------------------
-
Patches need to be submitted in GIT format and are best if they are against the
latest version of the code. There are several helpful tutorials for getting
started with GIT if you have not worked with it before.