From: Dan Winship Date: Sun, 1 Feb 1998 17:11:23 +0000 (+0000) Subject: fix some formatting problems X-Git-Tag: krb5-1.1-beta1~859 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dc3a2a8ba189c0ca23f35c6b32e95607c7492d1a;p=krb5.git fix some formatting problems git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10399 dc483132-0cff-0310-8789-dd5450dbe970 --- 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.