summaryrefslogtreecommitdiff
path: root/src/man/drop_function.l
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-06-23 17:52:38 +0000
committerBruce Momjian <bruce@momjian.us>1998-06-23 17:52:38 +0000
commit9dde6b3de9ca3c3916c273caae8f649f7e4de3a1 (patch)
tree60b6363494b25d2fd5d9aa510b2f9f7aaae14fa3 /src/man/drop_function.l
parentcfef6ef4ff28a64eddada330e697d57c4d124690 (diff)
Add underscores in manual references.
Diffstat (limited to 'src/man/drop_function.l')
-rw-r--r--src/man/drop_function.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/drop_function.l b/src/man/drop_function.l
index fa5f8512672..14a7a2766b2 100644
--- a/src/man/drop_function.l
+++ b/src/man/drop_function.l
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_function.l,v 1.3 1998/01/11 22:17:28 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_function.l,v 1.4 1998/06/23 17:52:35 momjian Exp $
.TH "DROP FUNCTION" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
drop function - remove a user-defined C function
@@ -22,7 +22,7 @@ function with the given name and argument types will be removed.
drop function sqrt(int4)
.fi
.SH "SEE ALSO"
-create function(l).
+create_function(l).
.SH BUGS
No checks are made to ensure that types, operators or access methods
that rely on the function have been removed first.