Fix broken markup.
authorTom Lane
Thu, 1 Feb 2007 22:06:14 +0000 (22:06 +0000)
committerTom Lane
Thu, 1 Feb 2007 22:06:14 +0000 (22:06 +0000)
doc/src/sgml/sources.sgml

index a3c989b6fb668f6ebdec731836cf8464c56391a0..873ba6b2f257f1d0ae84400c27e700a403cbbb9d 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   PostgreSQL Coding Conventions
 
    
     The src/tools directory contains sample settings 
-   files that can be used with the emacs
-   xemacs or vim 
-   editors to help ensure that they format code according to these 
-   conventions.
+    files that can be used with the emacs
+    xemacs or vim 
+    editors to help ensure that they format code according to these 
+    conventions.
    
 
    
@@ -606,17 +606,13 @@ BETTER: unrecognized node type: 42
   
 
   
-    May<span class="marked">/Can/</span>Might
+    May<span class="marked"> vs. Can vs. </span>Might
    
-    May suggests permission (e.g. "You may borrow my rake.")
+    May suggests permission (e.g. "You may borrow my rake."),
     and has little use in documentation or error messages.
     Can suggests ability (e.g. "I can lift that log."),
     and might suggests possibility (e.g. "It might rain
-    today.").
-   
-
-   
-    Rationale: Using the proper word clarifies meaning and assists
+    today.").  Using the proper word clarifies meaning and assists
     translation.