diff options
author | Bruce Momjian | 1998-06-24 12:52:47 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-06-24 12:52:47 +0000 |
commit | a7262049087ec7aba33c5d8ab5c7424034770b36 (patch) | |
tree | b667467753ff38815a856bbaea6e63d9f59e8db0 | |
parent | 898b3e6f6c7114f11dad47702aace5eddd5b749f (diff) |
Add another underscore to manual page name.
-rw-r--r-- | src/man/create_table.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/create_table.l b/src/man/create_table.l index 104e58231a..aa42576a19 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.19 1998/06/23 17:52:32 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.20 1998/06/24 12:52:47 momjian Exp $ .TH "CREATE TABLE" SQL 09/25/97 PostgreSQL .SH NAME create table - create a new class @@ -63,7 +63,7 @@ Each new class .IR classname is automatically created as a type. Therefore, one or more instances from the class are automatically a type and can be used in -.IR "alter table" (l) +.IR "alter_table" (l) or other .BR "create table" statements. See |