From 22616fdc5d795e289db5b031cf1a653e6075401c Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 24 Jul 1998 16:36:56 +0000
Subject: [PATCH] Add mention of SQL commands to create/destroy man pages.

---
 src/man/createdb.1    | 6 +++---
 src/man/createuser.1  | 3 ++-
 src/man/destroydb.1   | 4 ++--
 src/man/destroyuser.1 | 3 ++-
 4 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/src/man/createdb.1 b/src/man/createdb.1
index 25503b4915f..56ab997ccfb 100644
--- a/src/man/createdb.1
+++ b/src/man/createdb.1
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.10 1998/07/24 16:10:18 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.11 1998/07/24 16:36:56 momjian Exp $
 .TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 createdb - create a database
@@ -98,8 +98,8 @@ createdb -p 5000 -h eden demo
 The location of the files corresponding to the database 
 .IR dbname .
 .SH "SEE ALSO"
-createdb(l),
-destroydb(1), 
+create_database(l),
+destroy_db(1),
 initdb(1), 
 psql(1), 
 postmaster(1).
diff --git a/src/man/createuser.1 b/src/man/createuser.1
index 0a9a875d717..fde89d83548 100644
--- a/src/man/createuser.1
+++ b/src/man/createuser.1
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.9 1998/07/24 16:10:18 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.10 1998/07/24 16:36:56 momjian Exp $
 .TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 createuser - create a Postgres user
@@ -80,6 +80,7 @@ Specifically, you will be asked whether the new user should be able to
 act as Postgres super-user, create new databases and update the system
 catalogs manually.
 .SH "SEE ALSO"
+create_user(l),
 destroyuser(1),
 psql(1),
 postmaster(1).
diff --git a/src/man/destroydb.1 b/src/man/destroydb.1
index 0c73acb2a21..e9255d5fc79 100644
--- a/src/man/destroydb.1
+++ b/src/man/destroydb.1
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.9 1998/07/24 16:10:19 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.10 1998/07/24 16:36:56 momjian Exp $
 .TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 destroydb - destroy an existing database
@@ -94,7 +94,7 @@ destroydb -p 5000 -h eden demo
 The location of the files corresponding to the database 
 .IR dbname .
 .SH "SEE ALSO"
-destroydb(l),
+drop_database(l),
 createdb(1),
 initdb(1),
 psql(1).
diff --git a/src/man/destroyuser.1 b/src/man/destroyuser.1
index 32d3388fe00..e7fe2f7186e 100644
--- a/src/man/destroyuser.1
+++ b/src/man/destroyuser.1
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.9 1998/07/24 16:10:19 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.10 1998/07/24 16:36:56 momjian Exp $
 .TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 destroyuser - destroy a Postgres user and associated databases
@@ -76,6 +76,7 @@ Once invoked with the above options,
 will warn you about the databases that will be destroyed in the
 process and permit you to abort the removal of the user if desired.
 .SH "SEE ALSO"
+drop_user(l),
 createuser(1),
 psql(1),
 postmaster(1).
-- 
GitLab