1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH MONITOR UNIX 11/05/95 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
monitor\(em run the interactive terminal monitor
@@ -107,7 +107,7 @@ option in shell scripts.
107
107
Specifies an authentication system
108
108
.IR " system"
109
109
(see
110
- .IR introduction (1))
110
+ .IR pgintro (1))
111
111
to use in connecting to the
112
112
.IR postmaster
113
113
process. The default is site-specific.
@@ -239,12 +239,12 @@ only applies if
239
239
authentication is in use. If this environment variable is set, Postgres
240
240
will attempt authentication with servers for this realm and use
241
241
separate ticket files to avoid conflicts with local ticket files. See
242
- .IR introduction (1)
242
+ .IR pgintro (1)
243
243
for additional information on
244
244
.IR Kerberos .
245
245
.PP
246
246
See
247
- .IR introduction (libpq)
247
+ .IR pgintro (libpq)
248
248
for additional details.
249
249
.SH "RETURN VALUE"
250
250
When executed with the
@@ -253,7 +253,7 @@ option,
253
253
.IR monitor
254
254
returns 0 to the shell on successful query completion, 1 otherwise.
255
255
.SH "SEE ALSO"
256
- introduction( libpq),
256
+ libpq(3 ),
257
257
createdb(1),
258
258
createuser(1),
259
259
postgres(1),