aboutsummaryrefslogtreecommitdiff
path: root/src/man/create_function.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/create_function.l')
-rw-r--r--src/man/create_function.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/create_function.l b/src/man/create_function.l
index 7fbc4d50790..84735dea264 100644
--- a/src/man/create_function.l
+++ b/src/man/create_function.l
@@ -1,9 +1,9 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_function.l,v 1.4 1997/10/30 05:38:17 vadim Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_function.l,v 1.5 1998/01/11 22:17:13 momjian Exp $
.TH "CREATE FUNCTION" SQL 11/05/95 PostgreSQL PostgreSQL
.SH "NAME"
-create function \(em define a new function
+create function - define a new function
.SH "SYNOPSIS"
.nf
\fBcreate function\fP function_name
@@ -76,7 +76,7 @@ The body of a C function following
should be the
.BR "FULL PATH"
of the object code (.o file) for the function, bracketed by quotation
-marks. (Postgres will not compile a function automatically \(em it must
+marks. (Postgres will not compile a function automatically - it must
be compiled before it is used in a
.BR "define function"
command.)