From ed626314e6358e9e1e2a42b8eab8438b51879138 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 26 Aug 1997 17:30:09 +0000 Subject: [PATCH] unix.1 renamed to pgintro.1. --- src/man/create_table.l | 4 ++-- src/man/create_type.l | 4 ++-- src/man/createdb.1 | 4 ++-- src/man/createuser.1 | 4 ++-- src/man/destroydb.1 | 4 ++-- src/man/destroyuser.1 | 4 ++-- src/man/drop_type.l | 4 ++-- src/man/insert.l | 4 ++-- src/man/monitor.1 | 10 +++++----- src/man/pg_hba.conf.5 | 4 ++-- src/man/{unix.1 => pgintro.1} | 4 ++-- src/man/postmaster.1 | 4 ++-- src/man/psql.1 | 10 +++++----- 13 files changed, 32 insertions(+), 32 deletions(-) rename src/man/{unix.1 => pgintro.1} (98%) diff --git a/src/man/create_table.l b/src/man/create_table.l index 46f06201a5..27f59ccd9c 100644 --- a/src/man/create_table.l +++ b/src/man/create_table.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.3 1997/01/08 22:37:23 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.4 1997/08/26 17:29:52 momjian Exp $ .TH "CREATE TABLE" SQL 11/05/95 PostgreSQL PostgreSQL .SH NAME create table \(em create a new class @@ -54,7 +54,7 @@ from the class are automatically a type and can be used in or other .BR "create table" statements. See -.IR introduction (l) +.IR pgintro (l) for a further discussion of this point. .PP The optional diff --git a/src/man/create_type.l b/src/man/create_type.l index de5c6777d4..629573c573 100644 --- a/src/man/create_type.l +++ b/src/man/create_type.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/create_type.l,v 1.2 1996/12/11 00:27:20 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/create_type.l,v 1.3 1997/08/26 17:29:53 momjian Exp $ .TH "CREATE TYPE" SQL 11/05/95 PostgreSQL PostgreSQL .SH NAME create type \(em define a new base data type @@ -158,4 +158,4 @@ base type's name prepended with an underscore. create function(l), create operator(l), drop type(l), -introduction(large objects). +large_objects(3). diff --git a/src/man/createdb.1 b/src/man/createdb.1 index 99c6dcb929..5a940d35fc 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.2 1996/12/11 00:27:23 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.3 1997/08/26 17:29:54 momjian Exp $ .TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL .SH NAME createdb \(em create a database @@ -54,7 +54,7 @@ understands the following command-line options: Specifies an authentication system .IR "system" (see -.IR introduction (1)) +.IR pgintro (1)) to use in connecting to the .IR postmaster process. The default is site-specific. diff --git a/src/man/createuser.1 b/src/man/createuser.1 index 114518a3e4..31a26578ea 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.2 1996/12/11 00:27:25 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.3 1997/08/26 17:29:55 momjian Exp $ .TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL .SH NAME createuser \(em create a Postgres user @@ -52,7 +52,7 @@ understands the following command-line options: Specifies an authentication system .IR "system" (see -.IR introduction (1)) +.IR pgintro (1)) to use in connecting to the .IR postmaster process. The default is site-specific. diff --git a/src/man/destroydb.1 b/src/man/destroydb.1 index 11beff3a26..0192fecd3c 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.3 1997/06/06 22:08:04 scrappy Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.4 1997/08/26 17:29:55 momjian Exp $ .TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL .SH NAME destroydb \(em destroy an existing database @@ -62,7 +62,7 @@ Prompts before destroying a database (interactive). Specifies an authentication system .IR "system" (see -.IR introduction (1)) +.IR pgintro (1)) to use in connecting to the .IR postmaster process. The default is site-specific. diff --git a/src/man/destroyuser.1 b/src/man/destroyuser.1 index c181a03226..71fbaadd91 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.2 1996/12/11 00:27:36 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.3 1997/08/26 17:29:59 momjian Exp $ .TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL .SH NAME destroyuser \(em destroy a Postgres user and associated databases @@ -52,7 +52,7 @@ understands the following command-line options: Specifies an authentication system .IR "system" (see -.IR introduction (1)) +.IR pgintro (1)) to use in connecting to the .IR postmaster process. The default is site-specific. diff --git a/src/man/drop_type.l b/src/man/drop_type.l index 07b91449a3..a1f8c9305f 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.2 1996/12/11 00:27:43 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.3 1997/08/26 17:30:00 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" -introduction(l), +pgintro(l), create type(l), drop operator(l). .SH "BUGS" diff --git a/src/man/insert.l b/src/man/insert.l index 3334a2a863..02b67584e1 100644 --- a/src/man/insert.l +++ b/src/man/insert.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.2 1996/12/11 00:27:49 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.3 1997/08/26 17:30:02 momjian Exp $ .TH INSERT SQL 11/05/95 PostgreSQL PostgreSQL .SH NAME insert \(em insert tuples to a relation @@ -58,7 +58,7 @@ or is an integer constant and .IR array_str is an array constant (see -.IR introduction (l)). +.IR pgintro (l)). .PP If the user does not specify any array bounds (as in the third form) diff --git a/src/man/monitor.1 b/src/man/monitor.1 index 7abba7be63..6bc7b28da4 100644 --- a/src/man/monitor.1 +++ b/src/man/monitor.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/monitor.1,v 1.2 1996/12/11 00:27:56 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/monitor.1,v 1.3 1997/08/26 17:30:02 momjian Exp $ .TH MONITOR UNIX 11/05/95 PostgreSQL PostgreSQL .SH NAME monitor \(em run the interactive terminal monitor @@ -107,7 +107,7 @@ option in shell scripts. Specifies an authentication system .IR "system" (see -.IR introduction (1)) +.IR pgintro (1)) to use in connecting to the .IR postmaster process. The default is site-specific. @@ -239,12 +239,12 @@ only applies if authentication is in use. If this environment variable is set, Postgres will attempt authentication with servers for this realm and use separate ticket files to avoid conflicts with local ticket files. See -.IR introduction (1) +.IR pgintro (1) for additional information on .IR Kerberos . .PP See -.IR introduction (libpq) +.IR pgintro (libpq) for additional details. .SH "RETURN VALUE" When executed with the @@ -253,7 +253,7 @@ option, .IR monitor returns 0 to the shell on successful query completion, 1 otherwise. .SH "SEE ALSO" -introduction(libpq), +libpq(3), createdb(1), createuser(1), postgres(1), diff --git a/src/man/pg_hba.conf.5 b/src/man/pg_hba.conf.5 index 4639961966..30183bb7ef 100644 --- a/src/man/pg_hba.conf.5 +++ b/src/man/pg_hba.conf.5 @@ -1,5 +1,5 @@ .\" This is -*-nroff-*- -.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.2 1997/01/10 19:30:27 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.3 1997/08/26 17:30:03 momjian Exp $ .TH pg_hba.conf 5 11/04/96 Postgres Postgres .SH NAME $PGDATA/pg_hba.conf @@ -17,5 +17,5 @@ the top of the sample file pg_hba.conf.sample, which resides in the the PostgreSQL "lib" sub-directory of the main postgres directory. .SH "SEE ALSO" -introduction(1). +pgintro(1). diff --git a/src/man/unix.1 b/src/man/pgintro.1 similarity index 98% rename from src/man/unix.1 rename to src/man/pgintro.1 index df27900cf4..8dbfe8ee34 100644 --- a/src/man/unix.1 +++ b/src/man/pgintro.1 @@ -1,7 +1,7 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/unix.1,v 1.2 1996/12/11 00:28:12 momjian Exp $ -.TH INTRODUCTION UNIX 11/05/95 PostgreSQL PostgreSQL +.\" $Header: /cvsroot/pgsql/src/man/Attic/pgintro.1,v 1.1 1997/08/26 17:30:05 momjian Exp $ +.TH PGINTRO UNIX 11/05/95 PostgreSQL PostgreSQL .SP INFORMATION UNIX 11/05/95 .BH "SECTION 2 \(em Unix COMMANDS (Unix)" .SH "OVERVIEW" diff --git a/src/man/postmaster.1 b/src/man/postmaster.1 index 41e7b73bfd..406a49f2e8 100644 --- a/src/man/postmaster.1 +++ b/src/man/postmaster.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.6 1997/08/06 03:42:21 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.7 1997/08/26 17:30:07 momjian Exp $ .TH POSTMASTER UNIX 11/05/95 PostgreSQL PostgreSQL .SH "NAME" postmaster \(em run the Postgres postmaster @@ -88,7 +88,7 @@ discarded. Specifies whether or not to use the authentication system .IR "system" (see -.IR introduction (1)) +.IR pgintro (1)) for frontend applications to use in connecting to the .IR postmaster process. Specify diff --git a/src/man/psql.1 b/src/man/psql.1 index d482a4f8f1..0cdec39c29 100644 --- a/src/man/psql.1 +++ b/src/man/psql.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.11 1997/08/26 17:00:14 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.12 1997/08/26 17:30:08 momjian Exp $ .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL .SH NAME psql \(em run the interactive query front-end @@ -111,7 +111,7 @@ understands the following command-line options: Specifies an authentication system .IR "system" (see -.IR introduction (1)) +.IR pgintro (1)) to use in connecting to the .IR postmaster process. The default is site-specific. @@ -385,12 +385,12 @@ only applies if authentication is in use. If this environment variable is set, Postgres will attempt authentication with servers for this realm and use separate ticket files to avoid conflicts with local ticket files. See -.IR introduction (1) +.IR pgintro (1) for additional information on .IR Kerberos . .PP See -.IR introduction (libpq) +.IR pgintro (libpq) for additional details. .SH "RETURN VALUE" .IR psql @@ -400,7 +400,7 @@ returns 0 to the shell on successful completion of all queries, will also return 1 if the connection to a database could not be made for any reason. .SH "SEE ALSO" -introduction(libpq), +libpq(3), monitor(1) postgres(1), postmaster(1). -- 2.11.0