diff options
Diffstat (limited to 'src/man/drop_type.l')
-rw-r--r-- | src/man/drop_type.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/drop_type.l b/src/man/drop_type.l index a1f8c9305f2..3bf3e0f32bb 100644 --- a/src/man/drop_type.l +++ b/src/man/drop_type.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.3 1997/08/26 17:30:00 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.4 1997/08/26 17:39:30 momjian Exp $ .TH "DROP TYPE" SQL 11/05/95 PostgreSQL PostgreSQL .SH NAME drop type \(em remove a user-defined type from the system catalogs @@ -23,7 +23,7 @@ deleted type. drop type box .fi .SH "SEE ALSO" -pgintro(l), +pgintro(1), create type(l), drop operator(l). .SH "BUGS" |