diff options
author | 1996-07-04 20:55:40 +0000 | |
---|---|---|
committer | 1996-07-04 20:55:40 +0000 | |
commit | 1cdd838deccd64609848db312a90bcc587586b08 (patch) | |
tree | 059ac905907f16699d347d7c5652cfac1ad60c06 | |
parent | AT&T awk, by B. W. Kernighan, with fixes from 4.4BSD and by me (diff) | |
download | wireguard-openbsd-1cdd838deccd64609848db312a90bcc587586b08.tar.xz wireguard-openbsd-1cdd838deccd64609848db312a90bcc587586b08.zip |
document -l; netbsd pr#2601; khym@bga.com
-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. |