From 1ea03f7de593401518a7deea1df1d86f7994acdf Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 11 Jan 1998 22:18:01 +0000 Subject: Manual page dash cleanup. --- src/man/create_function.l | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/man/create_function.l') 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.) -- cgit v1.2.3