aboutsummaryrefslogtreecommitdiff
path: root/src/man/drop_function.l
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-01-11 22:18:01 +0000
committerBruce Momjian <bruce@momjian.us>1998-01-11 22:18:01 +0000
commit1ea03f7de593401518a7deea1df1d86f7994acdf (patch)
treeaccebddaa419d8ad6c3fe0261f72fae7df80bd73 /src/man/drop_function.l
parente9fd73ca4834732131ace223bd998939c3fe5e6c (diff)
downloadpostgresql-1ea03f7de593401518a7deea1df1d86f7994acdf.tar.gz
postgresql-1ea03f7de593401518a7deea1df1d86f7994acdf.zip
Manual page dash cleanup.
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 2f596d716eb..fa5f8512672 100644
--- a/src/man/drop_function.l
+++ b/src/man/drop_function.l
@@ -1,9 +1,9 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_function.l,v 1.2 1996/12/11 00:27:39 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_function.l,v 1.3 1998/01/11 22:17:28 momjian Exp $
.TH "DROP FUNCTION" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
-drop function \(em remove a user-defined C function
+drop function - remove a user-defined C function
.SH SYNOPSIS
.nf
\fBdrop function \fRfunction_name ( \fP[ type-1 { \fB,\fP type-n } ] \fB)