[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 3191d14a554c4a19bf5c11538da5c0e9a467059e
David Paleino
dapal at debian.org
Sat Nov 28 10:29:13 UTC 2009
The following commit has been merged in the master branch:
commit ea2a5d2aedabeea6cceefaa3a32596aa886a46a2
Author: David Paleino <dapal at debian.org>
Date: Sat Nov 28 11:05:36 2009 +0100
Fix errors in the asciidoc ([[]] indicates a template in asciidoc)
diff --git a/doc/styleguide.txt b/doc/styleguide.txt
index 69209c3..b994ff1 100644
--- a/doc/styleguide.txt
+++ b/doc/styleguide.txt
@@ -19,8 +19,8 @@ possible. For example, do "--foo|--bar)" instead of "--@(foo|bar))".
Rationale: the former is easier to read, often easier to grep, and
doesn't confuse editors as bad as the latter, and is concise enough.
-[[ ]] vs [ ]
-------------
+[[ ]] vs [ ]
+----------------
Use [[ ]] instead of [ ] when testing multiple conditions. [ ] is fine
for single conditions where the syntax works. Rationale: [[ ]] has
@@ -48,4 +48,5 @@ $(...) vs `...`
variable and function naming
----------------------------
+
/////////////////////////////////////////
--
bash-completion
More information about the Bash-completion-commits
mailing list