diff options
| author | Bruce Momjian | 1998-06-23 17:52:38 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-06-23 17:52:38 +0000 |
| commit | 9dde6b3de9ca3c3916c273caae8f649f7e4de3a1 (patch) | |
| tree | 60b6363494b25d2fd5d9aa510b2f9f7aaae14fa3 /src/man/drop.l | |
| parent | cfef6ef4ff28a64eddada330e697d57c4d124690 (diff) | |
Add underscores in manual references.
Diffstat (limited to 'src/man/drop.l')
| -rw-r--r-- | src/man/drop.l | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/man/drop.l b/src/man/drop.l index 321a22672d..786a63e1fe 100644 --- a/src/man/drop.l +++ b/src/man/drop.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/drop.l,v 1.5 1998/01/11 22:17:26 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/drop.l,v 1.6 1998/06/23 17:52:34 momjian Exp $ .TH "DROP ATTRIBUTE" SQL 09/26/97 PostgreSQL .SH NAME drop - destroy existing attributes @@ -15,14 +15,14 @@ removes an attribute from the database. Refer to a specific man page (e.g. "man drop_table") for details. .SH "SEE ALSO" delete(l), -drop aggregate(l), -drop database(l), -drop function(l), -drop index(l), -drop operator(l), -drop rule(l), -drop sequence(l), -drop table(l), -drop trigger(l), -drop type(l), -drop view(l). +drop_aggregate(l), +drop_database(l), +drop_function(l), +drop_index(l), +drop_operator(l), +drop_rule(l), +drop_sequence(l), +drop_table(l), +drop_trigger(l), +drop_type(l), +drop_view(l). |
