summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-06-02 07:52:02 +0200
committerJim Meyering <meyering@redhat.com>2009-06-02 16:35:14 +0200
commit18db64ba7e7acc45a56423b2e96ab2c1faffaad2 (patch)
tree16d495edd7baee8f76af586ea36c7405603b1a26 /HACKING
parent4dbfbf3fd0788d933c9ff6a765fe177431dc57a9 (diff)
downloadcoreutils-18db64ba7e7acc45a56423b2e96ab2c1faffaad2.tar.xz
doc: HACKING: mention the GNU Coding Standards
* HACKING (Add documentation): Add a link to the GCS.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING3
1 files changed, 3 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index ae43e3a30..d58f2d326 100644
--- a/HACKING
+++ b/HACKING
@@ -261,6 +261,9 @@ When writing prose (documentation, comments, log entries), use an
active voice, not a passive one. I.e., say "print the frobnozzle",
not "the frobnozzle will be printed".
+Please add comments per the GNU Coding Standard:
+ http://www.gnu.org/prep/standards/html_node/Comments.html
+
Minor syntactic preferences
===========================