diff options
author | Jason St. John <jstjohn@purdue.edu> | 2014-08-07 00:43:19 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-08-09 14:09:33 +1000 |
commit | 37634d22e501538e5a4b12105a0b56542841e71f (patch) | |
tree | ec81206ebcf217251d0cab606bb914a5b2cf15a9 /doc/submitting-patches.txt | |
parent | db14815f463c5128a2fc25df8d7570293987e18f (diff) | |
download | 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.txt | 2 |
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. |