1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

Remove reference to telnet(1).

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
This commit is contained in:
florian 2024-08-16 16:11:06 +00:00
parent b7bdf16b8b
commit 1e5a9493c1

View 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 ,