diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-06-24 13:21:30 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-06-24 13:21:30 +0000 |
| commit | a8376c1c8419dff0afd639098fa03ba127c7fb32 (patch) | |
| tree | 0544838f13ab2f2d6b80b74bb27bea0e171a3aca /src/man/createuser.1 | |
| parent | f391dcd0bf29de7d77c052cdc1d87b44afeca259 (diff) | |
| download | postgresql-a8376c1c8419dff0afd639098fa03ba127c7fb32.tar.gz | |
cleanup
Diffstat (limited to 'src/man/createuser.1')
| -rw-r--r-- | src/man/createuser.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/createuser.1 b/src/man/createuser.1 index ca10405135..246e98d562 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.7 1998/03/06 18:03:31 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.8 1998/06/24 13:21:25 momjian Exp $ .TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL .SH NAME createuser - create a Postgres user @@ -37,7 +37,7 @@ environment variables will be passed on to .IR psql and processed as described in -.IR psql (1). +.IR psql(1). .PP The optional argument .IR username @@ -52,7 +52,7 @@ understands the following command-line options: Specifies an authentication system .IR "system" (see -.IR pgintro (1)) +.IR pgintro(1)) to use in connecting to the .IR postmaster process. This option no longer has any effect. |
