summaryrefslogtreecommitdiff
path: root/src/man/drop_view.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_view.l
parentcfef6ef4ff28a64eddada330e697d57c4d124690 (diff)
downloadpostgresql-9dde6b3de9ca3c3916c273caae8f649f7e4de3a1.tar.gz
Add underscores in manual references.
Diffstat (limited to 'src/man/drop_view.l')
-rw-r--r--src/man/drop_view.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/drop_view.l b/src/man/drop_view.l
index 001ebf25a3..25584efc55 100644
--- a/src/man/drop_view.l
+++ b/src/man/drop_view.l
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_view.l,v 1.2 1998/01/11 22:17:34 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_view.l,v 1.3 1998/06/23 17:52:37 momjian Exp $
.TH "DROP VIEW" SQL 04/25/94 PostgreSQL PostgreSQL
.SH NAME
drop view - removes a view from Postgres
@@ -19,5 +19,5 @@ execute this command you must be the owner of the view.
drop view myview
.fi
.SH "SEE ALSO"
-create view(l),
-drop rule(l),
+create_view(l),
+drop_rule(l),