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

Commit 124875e

Browse files
committed
More man updates to fix bad tags
1 parent 28fb1c1 commit 124875e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/ref/create_trigger.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.9 2000/03/27 17:14:42 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.10 2000/04/07 19:20:48 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -25,7 +25,7 @@ Postgres documentation
2525
<synopsis>
2626
CREATE TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTER } { <replaceable class="PARAMETER">event</replaceable> [OR ...] }
2727
ON <replaceable class="PARAMETER">table</replaceable> FOR EACH { ROW | STATEMENT }
28-
EXECUTE PROCEDURE <replaceable class="PARAMETER">ER">func</replaceable>BLE> ( <replaceable class="PARAMETER">arguments</replaceable> )
28+
EXECUTE PROCEDURE <replaceable class="PARAMETER">func</replaceable> ( <replaceable class="PARAMETER">arguments</replaceable> )
2929
</synopsis>
3030

3131
<refsect2 id="R2-SQL-CREATETRIGGER-1">

doc/src/sgml/ref/revoke.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/revoke.sgml,v 1.8 1999/07/22 15:09:14 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/revoke.sgml,v 1.9 2000/04/07 19:20:48 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -25,7 +25,7 @@ Postgres documentation
2525
<synopsis>
2626
REVOKE <replaceable class="PARAMETER">privilege</replaceable> [, ...]
2727
ON <replaceable class="PARAMETER">object</replaceable> [, ...]
28-
FROM { PUBLIC | GROUP <replaceable class="PARAMETER">ER">g</replaceable>BLE> | <replaceable class="PARAMETER">username</replaceable> }
28+
FROM { PUBLIC | GROUP <replaceable class="PARAMETER">groupname</replaceable> | <replaceable class="PARAMETER">username</replaceable> }
2929
</synopsis>
3030

3131
<refsect2 id="R2-SQL-REVOKE-1">

0 commit comments

Comments
 (0)