diff options
author | Jim Meyering <meyering@redhat.com> | 2009-06-02 07:52:02 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-06-02 16:35:14 +0200 |
commit | 18db64ba7e7acc45a56423b2e96ab2c1faffaad2 (patch) | |
tree | 16d495edd7baee8f76af586ea36c7405603b1a26 | |
parent | 4dbfbf3fd0788d933c9ff6a765fe177431dc57a9 (diff) | |
download | coreutils-18db64ba7e7acc45a56423b2e96ab2c1faffaad2.tar.xz |
doc: HACKING: mention the GNU Coding Standards
* HACKING (Add documentation): Add a link to the GCS.
-rw-r--r-- | HACKING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 =========================== |