Remove reference to telnet(1).
authorflorian <florian@openbsd.org>
Fri, 16 Aug 2024 16:11:06 +0000 (16:11 +0000)
committerflorian <florian@openbsd.org>
Fri, 16 Aug 2024 16:11:06 +0000 (16:11 +0000)
telnet(1) doesn't have anything to do with login(1), maybe telnetd(8)
did, but that was taken behind the barn nearly 20 years ago.

Earlier version OK miod
Input dtucker
OK jmc, sthen, deraadt

usr.bin/login/login.1

index 6fc7cce..0605869 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: login.1,v 1.33 2020/02/08 01:09:58 jsg Exp $
+.\"    $OpenBSD: login.1,v 1.34 2024/08/16 16:11:06 florian Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    @(#)login.1     8.2 (Berkeley) 5/5/94
 .\"
-.Dd $Mdocdate: February 8 2020 $
+.Dd $Mdocdate: August 16 2024 $
 .Dt LOGIN 1
 .Os
 .Sh NAME
@@ -228,7 +228,6 @@ makes login quieter
 .Xr chpass 1 ,
 .Xr passwd 1 ,
 .Xr su 1 ,
-.Xr telnet 1 ,
 .Xr readpassphrase 3 ,
 .Xr setusercontext 3 ,
 .Xr fbtab 5 ,