summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Winship <danw@mit.edu>1998-02-01 17:11:23 +0000
committerDan Winship <danw@mit.edu>1998-02-01 17:11:23 +0000
commitdc3a2a8ba189c0ca23f35c6b32e95607c7492d1a (patch)
treeb8fc7743706625197996a789bafbaef5bf10e03c /src
parent21b4558b5819c177272fe350dde5bf0a9670cfbc (diff)
downloadkrb5-dc3a2a8ba189c0ca23f35c6b32e95607c7492d1a.tar.gz
krb5-dc3a2a8ba189c0ca23f35c6b32e95607c7492d1a.tar.xz
krb5-dc3a2a8ba189c0ca23f35c6b32e95607c7492d1a.zip
fix some formatting problems
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10399 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/appl/bsd/klogind.M15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/appl/bsd/klogind.M b/src/appl/bsd/klogind.M
index 3db26c8f3..1cc7ee404 100644
--- a/src/appl/bsd/klogind.M
+++ b/src/appl/bsd/klogind.M
@@ -111,14 +111,19 @@ If the
~/.rhosts check is to be used, then the program verifies that the
client is connecting from a privileged port, before allowing login.
-.PP The parent of the login process manipulates the master side of the
+.PP
+The parent of the login process manipulates the master side of the
pseduo terminal, operating as an intermediary between the login
-process and the client instance of the .I rlogin(1C) program. In
-normal operation, the packet protocol described in .IR pty (4) is
-invoked to provide ^S/^Q type facilities and propagate interrupt
+process and the client instance of the
+.I rlogin(1C)
+program. In normal operation, the packet protocol described in
+.IR pty (4)
+is invoked to provide ^S/^Q type facilities and propagate interrupt
signals to the remote programs. The login process propagates the
client terminal's baud rate and terminal type, as found in the
-environment variable, ``TERM''; see .IR environ (7). The screen or
+environment variable, ``TERM''; see
+.IR environ (7).
+The screen or
window size of the terminal is requested from the client, and window
size changes from the client are propagated to the pseudo terminal.