summaryrefslogtreecommitdiffstats
path: root/usr.bin/rlogin/rlogin.1
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-05-03 06:25:56 +0000
committerdg <dg@FreeBSD.org>1995-05-03 06:25:56 +0000
commit8f856ffcfd3b5de2138f01c117f1b30a60e0cf7d (patch)
tree1294224d1adaea563521b97c874659babd8bc5ac /usr.bin/rlogin/rlogin.1
parent623d830a022737f7f9a0d2ebbd4411c46b63243a (diff)
downloadFreeBSD-src-8f856ffcfd3b5de2138f01c117f1b30a60e0cf7d.zip
FreeBSD-src-8f856ffcfd3b5de2138f01c117f1b30a60e0cf7d.tar.gz
Added a "-D" option to set the TCP_NODELAY socket option.
Diffstat (limited to 'usr.bin/rlogin/rlogin.1')
-rw-r--r--usr.bin/rlogin/rlogin.17
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/rlogin/rlogin.1 b/usr.bin/rlogin/rlogin.1
index 60da3cc..8f4453a 100644
--- a/usr.bin/rlogin/rlogin.1
+++ b/usr.bin/rlogin/rlogin.1
@@ -39,7 +39,7 @@
.Nd remote login
.Sh SYNOPSIS
.Ar rlogin
-.Op Fl 8EKLdx
+.Op Fl 8DEKLdx
.Op Fl e Ar char
.Op Fl k Ar realm
.Op Fl l Ar username
@@ -63,6 +63,11 @@ option allows an eight-bit input data path at all times; otherwise
parity bits are stripped except when the remote side's stop and start
characters are other than
^S/^Q .
+.It Fl D
+The
+.Fl D
+option sets the TCP_NODELAY socket option which can improve interactive response
+at the expense of increased network load.
.It Fl E
The
.Fl E
OpenPOWER on IntegriCloud