svn commit: r365533 - stable/12/libexec/getty

Warner Losh imp at FreeBSD.org
Wed Sep 9 22:40:15 UTC 2020


Author: imp
Date: Wed Sep  9 22:40:14 2020
New Revision: 365533
URL: https://svnweb.freebsd.org/changeset/base/365533

Log:
  MFC r363408:
  r363408 | imp | 2020-07-21 18:44:47 -0600 (Tue, 21 Jul 2020) | 4 lines
  
  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:
  stable/12/libexec/getty/getty.8
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/libexec/getty/getty.8
==============================================================================
--- stable/12/libexec/getty/getty.8	Wed Sep  9 22:38:18 2020	(r365532)
+++ stable/12/libexec/getty/getty.8	Wed Sep  9 22:40:14 2020	(r365533)
@@ -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 .


More information about the svn-src-all mailing list