@@ -82,7 +82,7 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
8282 <term><replaceable class="parameter">function_name</replaceable></term>
8383 <listitem>
8484 <para>
85- The name of the object to becommented . Names of tables,
85+ The name of the object to belabeled . Names of tables,
8686 aggregates, domains, foreign tables, functions, sequences, types, and
8787 views can be schema-qualified.
8888 </para>
@@ -120,8 +120,8 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
120120 The mode of a function argument: <literal>IN</>, <literal>OUT</>,
121121 <literal>INOUT</>, or <literal>VARIADIC</>.
122122 If omitted, the default is <literal>IN</>.
123- Note that <command>COMMENT ON FUNCTION</command> does not actually pay
124- any attention to <literal>OUT</> arguments, since only the input
123+ Note that <command>SECURITY LABEL ON FUNCTION</command> does not actually
124+ pay any attention to <literal>OUT</> arguments, since only the input
125125 arguments are needed to determine the function's identity.
126126 So it is sufficient to list the <literal>IN</>, <literal>INOUT</>,
127127 and <literal>VARIADIC</> arguments.
@@ -135,8 +135,8 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
135135 <listitem>
136136 <para>
137137 The name of a function argument.
138- Note that <command>COMMENT ON FUNCTION</command> does not actually pay
139- any attention to argument names, since only the argument data
138+ Note that <command>SECURITY LABEL ON FUNCTION</command> does not actually
139+ pay any attention to argument names, since only the argument data
140140 types are needed to determine the function's identity.
141141 </para>
142142 </listitem>