|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.26 2007/02/0121:28:34 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.27 2007/02/0122:06:14 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="source">
|
4 | 4 | <title>PostgreSQL Coding Conventions</title>
|
|
22 | 22 |
|
23 | 23 | <para>
|
24 | 24 | The <filename>src/tools</filename> directory contains sample settings
|
25 |
| -files that can be used with the <productname>emacs</productname>, |
26 |
| -<productname>xemacs</productname> or <productname>vim</productname> |
27 |
| -editors to help ensure that they formatcode according to these |
28 |
| -conventions. |
| 25 | +files that can be used with the <productname>emacs</productname>, |
| 26 | +<productname>xemacs</productname> or <productname>vim</productname> |
| 27 | +editors to help ensure that they formatcode according to these |
| 28 | +conventions. |
29 | 29 | </para>
|
30 | 30 |
|
31 | 31 | <para>
|
@@ -606,17 +606,13 @@ BETTER: unrecognized node type: 42
|
606 | 606 | </formalpara>
|
607 | 607 |
|
608 | 608 | <formalpara>
|
609 |
| - <title>May/Can/Might</title> |
| 609 | + <title>May vs.Can vs.Might</title> |
610 | 610 | <para>
|
611 |
| - <quote>May</quote> suggests permission (e.g. "You may borrow my rake.") |
| 611 | + <quote>May</quote> suggests permission (e.g. "You may borrow my rake."), |
612 | 612 | and has little use in documentation or error messages.
|
613 | 613 | <quote>Can</quote> suggests ability (e.g. "I can lift that log."),
|
614 | 614 | and <quote>might</quote> suggests possibility (e.g. "It might rain
|
615 |
| - today."). |
616 |
| - </para> |
617 |
| - |
618 |
| - <para> |
619 |
| - Rationale: Using the proper word clarifies meaning and assists |
| 615 | + today."). Using the proper word clarifies meaning and assists |
620 | 616 | translation.
|
621 | 617 | </para>
|
622 | 618 | </formalpara>
|
|