summaryrefslogtreecommitdiff
path: root/libexec/rlogind
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-11-13 14:06:11 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-11-13 14:06:11 +0000
commitd1140c0a8dee13fc9f7cd94e06debd3ddd745f52 (patch)
tree1a66762d78d6e17dc25dd201bdd9b782c0aac1ce /libexec/rlogind
parent6788c4c40e91b82f0ee156428c9e537193b67fa7 (diff)
o) fix bogus .Xr usage;
o) start new sentence on a new line; o) don't use .Xr instead of .Pa tag; o) minimal -mdoc design fixes; millert@ ok;
Diffstat (limited to 'libexec/rlogind')
-rw-r--r--libexec/rlogind/rlogind.88
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8
index 6f6f6d18f3c..05481e41b3f 100644
--- a/libexec/rlogind/rlogind.8
+++ b/libexec/rlogind/rlogind.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rlogind.8,v 1.9 2001/06/23 23:15:38 hin Exp $
+.\" $OpenBSD: rlogind.8,v 1.10 2001/11/13 14:06:10 mpech Exp $
.\" Copyright (c) 1983, 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -119,7 +119,7 @@ prompted to log in as if on a standard terminal line.
The parent of the login process manipulates the master side of
the pseudo terminal, operating as an intermediary
between the login process and the client instance of the
-.Xr rlogin
+.Xr rlogin 1
program.
In normal operation, the packet protocol described in
.Xr pty 4
@@ -145,12 +145,12 @@ All initial diagnostic messages are indicated
by a leading byte with a value of 1,
after which any network connections are closed.
If there are no errors before
-.Xr login
+.Xr login 1
is invoked, a null byte is returned as in indication of success.
.Bl -tag -width Ds
.It Sy Try again.
A
-.Xr fork
+.Xr fork 2
by the server failed.
.El
.Sh SEE ALSO