diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-06-02 07:51:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-06-02 07:51:38 +0000 |
commit | 34c853f11ba47230ec898c78770f504dccee68c9 (patch) | |
tree | ca1791a4e7a495923c6a0f70197efe7c2b2ec19d /usr.bin | |
parent | 2d0cfec5a1577b87a369ef243488dcabb02d66e9 (diff) |
remove references to telnetd(8);
ok deraadt@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/login/login.1 | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index b5fbf8d524e..3b82b8ad546 100644 --- a/usr.bin/login/login.1 +++ b/usr.bin/login/login.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login.1,v 1.23 2004/08/09 21:18:19 millert Exp $ +.\" $OpenBSD: login.1,v 1.24 2005/06/02 07:51:37 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -74,14 +74,11 @@ This option may only be used by the superuser or when an already logged in user is logging in as themselves. .It Fl h Ar hostname Specifies the host from which the connection was received. -It is used by various daemons such as -.Xr telnetd 8 . This option may only be used by the superuser. .It Fl L The .Fl L -option specifies the local IP address of a socket such as telnetd -would use. +option specifies the local IP address of a socket. This information is passed on to any classify script (see .Xr login.conf 5 ) . .It Fl p @@ -94,14 +91,11 @@ option disables this behavior. .It Fl R The .Fl R -option specifies the remote IP address of a socket such as telnetd -would use. +option specifies the remote IP address of a socket. This information is passed on to any classify script (see .Xr login.conf 5 ) . .It Fl u Ar username Specifies the remote user that initiated the connection. -It is used by various daemons such as -.Xr telnetd 8 . This option may only be used by the superuser. .El .Pp |