diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-04 20:55:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-04 20:55:41 +0000 |
commit | 864923e55b5196235d2aaae1c983e1ce92442c07 (patch) | |
tree | 7c9574117cb0a614702ba6fed9394c10b1888d5e /usr.bin | |
parent | 3c4b2857a0eb833d1d76f6aa1989411b78bab7f1 (diff) |
document -l; netbsd pr#2601; khym@bga.com
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rlogin/rlogin.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.bin/rlogin/rlogin.1 b/usr.bin/rlogin/rlogin.1 index 1ece905891e..1a418fe5863 100644 --- a/usr.bin/rlogin/rlogin.1 +++ b/usr.bin/rlogin/rlogin.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rlogin.1,v 1.2 1996/06/26 05:38:32 deraadt Exp $ +.\" $OpenBSD: rlogin.1,v 1.3 1996/07/04 20:55:40 deraadt Exp $ .\" $NetBSD: rlogin.1,v 1.4 1995/08/18 15:07:35 pk Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -115,6 +115,13 @@ This may impact response time and .Tn CPU utilization, but provides increased security. +.It Fl l +The +.Fl l +option specifies a different +.Ar username +for the remote login. +If this option is not specified, your local username will be used. .El .Pp A line of the form ``<escape char>.'' disconnects from the remote host. |