Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2020 00:44:47 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r363408 - head/libexec/getty
Message-ID:  <202007220044.06M0ildo006766@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Wed Jul 22 00:44:47 2020
New Revision: 363408
URL: https://svnweb.freebsd.org/changeset/base/363408

Log:
  getty appears to date from 3rd edition research unix. That's the oldest man page
  on TUHS and its 'unix 1972' restoration effort has assembler sources that look
  like simpler version of what's in the 5th edition.

Modified:
  head/libexec/getty/getty.8

Modified: head/libexec/getty/getty.8
==============================================================================
--- head/libexec/getty/getty.8	Tue Jul 21 23:38:05 2020	(r363407)
+++ head/libexec/getty/getty.8	Wed Jul 22 00:44:47 2020	(r363408)
@@ -28,7 +28,7 @@
 .\"     from: @(#)getty.8	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\" "
-.Dd March 2, 2018
+.Dd July 21, 2020
 .Dt GETTY 8
 .Os
 .Sh NAME
@@ -122,4 +122,4 @@ does not exist.
 A
 .Nm
 utility appeared in
-.At v6 .
+.At v3 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007220044.06M0ildo006766>