diff options
author | Tom Lane | 2007-02-01 22:06:14 +0000 |
---|---|---|
committer | Tom Lane | 2007-02-01 22:06:14 +0000 |
commit | ef641303247cdaff6ede3e75556d244990213366 (patch) | |
tree | 05615c62b41c0ab584b1a4bf74134d50e740a087 | |
parent | 011f2de47b70b74e84db070d17b5ed8c04c2a466 (diff) |
Fix broken markup.
-rw-r--r-- | doc/src/sgml/sources.sgml | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index 718681a521..55f82d4f17 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -22,10 +22,10 @@ <para> The <filename>src/tools</filename> directory contains sample settings - files that can be used with the <productname>emacs</productname>, - <productname>xemacs</productname> or <productname>vim</productname> - editors to help ensure that they format code according to these - conventions. + files that can be used with the <productname>emacs</productname>, + <productname>xemacs</productname> or <productname>vim</productname> + editors to help ensure that they format code according to these + conventions. </para> <para> @@ -606,17 +606,13 @@ BETTER: unrecognized node type: 42 </formalpara> <formalpara> - <title>May/Can/Might</title> + <title>May vs. Can vs. Might</title> <para> - <quote>May</quote> suggests permission (e.g. "You may borrow my rake.") + <quote>May</quote> suggests permission (e.g. "You may borrow my rake."), and has little use in documentation or error messages. <quote>Can</quote> suggests ability (e.g. "I can lift that log."), and <quote>might</quote> suggests possibility (e.g. "It might rain - today."). - </para> - - <para> - Rationale: Using the proper word clarifies meaning and assists + today."). Using the proper word clarifies meaning and assists translation. </para> </formalpara> |