savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [702] formatting, minor docs


From: iank
Subject: [Savannah-cvs] [702] formatting, minor docs
Date: Tue, 12 Dec 2023 15:06:03 -0500 (EST)

Revision: 702
          
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=702
Author:   iank
Date:     2023-12-12 15:06:02 -0500 (Tue, 12 Dec 2023)
Log Message:
-----------
formatting, minor docs

Modified Paths:
--------------
    trunk/sviki/fsf/bash-style-guide.mdwn

Modified: trunk/sviki/fsf/bash-style-guide.mdwn
===================================================================
--- trunk/sviki/fsf/bash-style-guide.mdwn       2023-12-12 20:01:48 UTC (rev 
701)
+++ trunk/sviki/fsf/bash-style-guide.mdwn       2023-12-12 20:06:02 UTC (rev 
702)
@@ -1,9 +1,13 @@
 # FSF Tech Team Bash style guide
 
-This is a work in progress. Contributions are welcome. This is a general
-style guide, but focused on FSF tech team and the volunteers we work
-with administering about 130 GNU/Linux systems.
+Contributions are welcome. Send patches to
+<https://lists.fsf.org/mailman/listinfo/tech-volunteer-meeting>. Info on
+volunteering with the FSF tech team:
+<https://libreplanet.org/wiki/Group:FSF:Tech_Team_Volunteers>
 
+This is a general style guide, but focused on FSF tech team and the
+volunteers we work with administering about 130 GNU/Linux systems.
+
 Please donate at <https://www.fsf.org/> to help advance computer user
 freedom.
 
@@ -157,12 +161,13 @@
 
 Use here documents to print multiple lines instead multiple echo lines.
 
+```
 cat <<END
 I have lots
 of stuff to say.
 END
+```
 
-
 Put then and do on the same line as the condition:
 ```
 if x; then
@@ -330,7 +335,7 @@
   exit 1
 fi
 
-``
+```
 
 
 ## Manual error checking




reply via email to

[Prev in Thread] Current Thread [Next in Thread]