The following commit has been merged in the master branch:
commit ea2a5d2aedabeea6cceefaa3a32596aa886a46a2
Author: David Paleino <[email protected]>
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
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits