Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dc4c26c

Browse files
committed
Fix broken markup.
1 parent f7e5ecb commit dc4c26c

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

doc/src/sgml/sources.sgml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.26 2007/02/01 21:28:34 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.27 2007/02/01 22:06:14 tgl Exp $ -->
22

33
<chapter id="source">
44
<title>PostgreSQL Coding Conventions</title>
@@ -22,10 +22,10 @@
2222

2323
<para>
2424
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 format code 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 format code according to these
28+
conventions.
2929
</para>
3030

3131
<para>
@@ -606,17 +606,13 @@ BETTER: unrecognized node type: 42
606606
</formalpara>
607607

608608
<formalpara>
609-
<title>May/Can/Might</title>
609+
<title>May vs. Can vs. Might</title>
610610
<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."),
612612
and has little use in documentation or error messages.
613613
<quote>Can</quote> suggests ability (e.g. "I can lift that log."),
614614
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
620616
translation.
621617
</para>
622618
</formalpara>

0 commit comments

Comments
 (0)