]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
doc: fix typos in hacking.html.in; mark HACKING as read-only
authorJim Meyering <meyering@redhat.com>
Tue, 9 Mar 2010 16:59:25 +0000 (17:59 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 9 Mar 2010 17:18:20 +0000 (18:18 +0100)
* HACKING: Mark as read-only.  Soon we'll generate it from...
* docs/hacking.html.in: ... this file.  More typo fixes.

HACKING
docs/hacking.html.in

diff --git a/HACKING b/HACKING
index b94487cc21ed7506c8222df695a2e71b5a6e9c16..5486d8edcd672d5cf22d1033b2f17172793aa310 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -1,3 +1,6 @@
+-*- buffer-read-only: t -*- vi: set ro:
+DO NOT EDIT THIS FILE!  IT IS GENERATED AUTOMATICALLY!
+
                     Libvirt contributor guidelines
                     ==============================
 
index 8771c54f975558543ca753f9cc6ef6d3ffdcbaf9..f5ec6352aa3346601893b50627e187dfcadce5cf 100644 (file)
 </pre>
 
     <p>
-      Note that sometimes you'll have to postprocess that output further, by
+      Note that sometimes you'll have to post-process that output further, by
       piping it through "expand -i", since some leading TABs can get through.
       Usually they're in macro definitions or strings, and should be converted
       anyhow.
   #include &lt;limits.h&gt;
 
   #if HAVE_NUMACTL                Some system includes aren't supported
-  # include &lt;numa.h&gt;               everywhere so need these #if defences.
+  # include &lt;numa.h&gt;               everywhere so need these #if guards.
   #endif
 
   #include "internal.h"           Include this first, after system includes.
 
 
 
-    <h2><a name="committers">Libvirt committers guidelines</a></h2>
+    <h2><a name="committers">Libvirt committer guidelines</a></h2>
 
     <p>
       The AUTHORS files indicates the list of people with commit access right
     </p>
 
     <p>
-      The general rule for committing patches is to make sure it has been reviewed
-      properly in the mailing-list first, usually if a couple of persons gave an
+      The general rule for committing a patch is to make sure
+      it has been reviewed
+      properly in the mailing-list first, usually if a couple of people gave an
       ACK or +1 to a patch and nobody raised an objection on the list it should
-      be good to go. If the patch touches a part of the code where you're not the
-      main maintainer, or where you donot have a very clear idea of
+      be good to go. If the patch touches a part of the code where you're not
+      the main maintainer, or where you do not have a very clear idea of
       how things work, it's better
       to wait for a more authoritative feedback though. Before committing, please
       also rebuild locally, run 'make check syntax-check', and make sure you