Skip to content

Commit 6451b04

Browse files
committed
rename sections.
1 parent ed62631 commit 6451b04

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.4 1997/08/26 17:29:52 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.5 1997/08/26 17:39:30 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 pgintro (l)
57+
.IR pgintro (1)
5858
for a further discussion of this point.
5959
.PP
6060
The optional

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.3 1997/08/26 17:30:00 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.4 1997/08/26 17:39:30 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-
pgintro(l),
26+
pgintro(1),
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.3 1997/08/26 17:30:02 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.4 1997/08/26 17:39:31 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 pgintro (l)).
61+
.IR pgintro (1)).
6262
.PP
6363

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

src/man/built-in.3 renamed to src/man/pgbuiltin.3

Lines changed: 1 addition & 1 deletion
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/built-in.3,v 1.9 1997/08/26 17:00:11 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.1 1997/08/26 17:39:32 momjian Exp $
44
.TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL
55
.SH "DESCRIPTION"
66
This section describes the data types, functions and operators

0 commit comments

Comments
 (0)