Skip to content

Commit ed62631

Browse files
committed
unix.1 renamed to pgintro.1.
1 parent 99e9dea commit ed62631

File tree

13 files changed

+32
-32
lines changed

13 files changed

+32
-32
lines changed

src/man/create_table.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.3 1997/01/08 22:37:23 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.4 1997/08/26 17:29:52 momjian Exp $
44
.TH "CREATE TABLE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
create table \(em create a new class
@@ -54,7 +54,7 @@ from the class are automatically a type and can be used in
5454
or other
5555
.BR "create table"
5656
statements. See
57-
.IR introduction (l)
57+
.IR pgintro (l)
5858
for a further discussion of this point.
5959
.PP
6060
The optional

src/man/create_type.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_type.l,v 1.2 1996/12/11 00:27:20 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_type.l,v 1.3 1997/08/26 17:29:53 momjian Exp $
44
.TH "CREATE TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
create type \(em define a new base data type
@@ -158,4 +158,4 @@ base type's name prepended with an underscore.
158158
create function(l),
159159
create operator(l),
160160
drop type(l),
161-
introduction(large objects).
161+
large_objects(3).

src/man/createdb.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.2 1996/12/11 00:27:23 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.3 1997/08/26 17:29:54 momjian Exp $
44
.TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
createdb \(em create a database
@@ -54,7 +54,7 @@ understands the following command-line options:
5454
Specifies an authentication system
5555
.IR "system"
5656
(see
57-
.IR introduction (1))
57+
.IR pgintro (1))
5858
to use in connecting to the
5959
.IR postmaster
6060
process. The default is site-specific.

src/man/createuser.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.2 1996/12/11 00:27:25 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.3 1997/08/26 17:29:55 momjian Exp $
44
.TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
createuser \(em create a Postgres user
@@ -52,7 +52,7 @@ understands the following command-line options:
5252
Specifies an authentication system
5353
.IR "system"
5454
(see
55-
.IR introduction (1))
55+
.IR pgintro (1))
5656
to use in connecting to the
5757
.IR postmaster
5858
process. The default is site-specific.

src/man/destroydb.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.3 1997/06/06 22:08:04 scrappy Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.4 1997/08/26 17:29:55 momjian Exp $
44
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
destroydb \(em destroy an existing database
@@ -62,7 +62,7 @@ Prompts before destroying a database (interactive).
6262
Specifies an authentication system
6363
.IR "system"
6464
(see
65-
.IR introduction (1))
65+
.IR pgintro (1))
6666
to use in connecting to the
6767
.IR postmaster
6868
process. The default is site-specific.

src/man/destroyuser.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.2 1996/12/11 00:27:36 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.3 1997/08/26 17:29:59 momjian Exp $
44
.TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
destroyuser \(em destroy a Postgres user and associated databases
@@ -52,7 +52,7 @@ understands the following command-line options:
5252
Specifies an authentication system
5353
.IR "system"
5454
(see
55-
.IR introduction (1))
55+
.IR pgintro (1))
5656
to use in connecting to the
5757
.IR postmaster
5858
process. The default is site-specific.

src/man/drop_type.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.2 1996/12/11 00:27:43 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.3 1997/08/26 17:30:00 momjian Exp $
44
.TH "DROP TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
drop type \(em remove a user-defined type from the system catalogs
@@ -23,7 +23,7 @@ deleted type.
2323
drop type box
2424
.fi
2525
.SH "SEE ALSO"
26-
introduction(l),
26+
pgintro(l),
2727
create type(l),
2828
drop operator(l).
2929
.SH "BUGS"

src/man/insert.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.2 1996/12/11 00:27:49 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.3 1997/08/26 17:30:02 momjian Exp $
44
.TH INSERT SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
insert \(em insert tuples to a relation
@@ -58,7 +58,7 @@ or
5858
is an integer constant and
5959
.IR array_str
6060
is an array constant (see
61-
.IR introduction (l)).
61+
.IR pgintro (l)).
6262
.PP
6363

6464
If the user does not specify any array bounds (as in the third form)

src/man/monitor.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/monitor.1,v 1.2 1996/12/11 00:27:56 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/monitor.1,v 1.3 1997/08/26 17:30:02 momjian Exp $
44
.TH MONITOR UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
monitor \(em run the interactive terminal monitor
@@ -107,7 +107,7 @@ option in shell scripts.
107107
Specifies an authentication system
108108
.IR "system"
109109
(see
110-
.IR introduction (1))
110+
.IR pgintro (1))
111111
to use in connecting to the
112112
.IR postmaster
113113
process. The default is site-specific.
@@ -239,12 +239,12 @@ only applies if
239239
authentication is in use. If this environment variable is set, Postgres
240240
will attempt authentication with servers for this realm and use
241241
separate ticket files to avoid conflicts with local ticket files. See
242-
.IR introduction (1)
242+
.IR pgintro (1)
243243
for additional information on
244244
.IR Kerberos .
245245
.PP
246246
See
247-
.IR introduction (libpq)
247+
.IR pgintro (libpq)
248248
for additional details.
249249
.SH "RETURN VALUE"
250250
When executed with the
@@ -253,7 +253,7 @@ option,
253253
.IR monitor
254254
returns 0 to the shell on successful query completion, 1 otherwise.
255255
.SH "SEE ALSO"
256-
introduction(libpq),
256+
libpq(3),
257257
createdb(1),
258258
createuser(1),
259259
postgres(1),

src/man/pg_hba.conf.5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" This is -*-nroff-*-
2-
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.2 1997/01/10 19:30:27 momjian Exp $
2+
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.3 1997/08/26 17:30:03 momjian Exp $
33
.TH pg_hba.conf 5 11/04/96 Postgres Postgres
44
.SH NAME
55
$PGDATA/pg_hba.conf
@@ -17,5 +17,5 @@ the top of the sample file pg_hba.conf.sample, which resides in the
1717
the PostgreSQL "lib" sub-directory of the main postgres directory.
1818

1919
.SH "SEE ALSO"
20-
introduction(1).
20+
pgintro(1).
2121

src/man/unix.1 renamed to src/man/pgintro.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/unix.1,v 1.2 1996/12/11 00:28:12 momjian Exp $
4-
.TH INTRODUCTION UNIX 11/05/95 PostgreSQL PostgreSQL
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgintro.1,v 1.1 1997/08/26 17:30:05 momjian Exp $
4+
.TH PGINTRO UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SP INFORMATION UNIX 11/05/95
66
.BH "SECTION 2 \(em Unix COMMANDS (Unix)"
77
.SH "OVERVIEW"

src/man/postmaster.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.6 1997/08/06 03:42:21 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.7 1997/08/26 17:30:07 momjian Exp $
44
.TH POSTMASTER UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH "NAME"
66
postmaster \(em run the Postgres postmaster
@@ -88,7 +88,7 @@ discarded.
8888
Specifies whether or not to use the authentication system
8989
.IR "system"
9090
(see
91-
.IR introduction (1))
91+
.IR pgintro (1))
9292
for frontend applications to use in connecting to the
9393
.IR postmaster
9494
process. Specify

src/man/psql.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.11 1997/08/26 17:00:14 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.12 1997/08/26 17:30:08 momjian Exp $
44
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
55
.SH NAME
66
psql \(em run the interactive query front-end
@@ -111,7 +111,7 @@ understands the following command-line options:
111111
Specifies an authentication system
112112
.IR "system"
113113
(see
114-
.IR introduction (1))
114+
.IR pgintro (1))
115115
to use in connecting to the
116116
.IR postmaster
117117
process. The default is site-specific.
@@ -385,12 +385,12 @@ only applies if
385385
authentication is in use. If this environment variable is set, Postgres
386386
will attempt authentication with servers for this realm and use
387387
separate ticket files to avoid conflicts with local ticket files. See
388-
.IR introduction (1)
388+
.IR pgintro (1)
389389
for additional information on
390390
.IR Kerberos .
391391
.PP
392392
See
393-
.IR introduction (libpq)
393+
.IR pgintro (libpq)
394394
for additional details.
395395
.SH "RETURN VALUE"
396396
.IR psql
@@ -400,7 +400,7 @@ returns 0 to the shell on successful completion of all queries,
400400
will also return 1 if the connection to a database could not be made for
401401
any reason.
402402
.SH "SEE ALSO"
403-
introduction(libpq),
403+
libpq(3),
404404
monitor(1)
405405
postgres(1),
406406
postmaster(1).

0 commit comments

Comments
 (0)