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

Commit fb5e61f

Browse files
committed
Fix markup error.
1 parent a32df55 commit fb5e61f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/src/sgml/func.sgml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.127 2002/10/05 19:03:16 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.128 2002/10/05 23:43:42 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -4300,9 +4300,11 @@ SELECT timeofday();
43004300
returns the wall clock time and does advance during transactions.
43014301
</para>
43024302

4303-
<note>
4304-
Many other database systems advance these values more
4305-
frequently.
4303+
<note>
4304+
<para>
4305+
Many other database systems advance these values more
4306+
frequently.
4307+
</para>
43064308
</note>
43074309

43084310
<para>

0 commit comments

Comments
 (0)