svn commit: r306721 - head/bin/stty

Sevan Janiyan sevan at FreeBSD.org
Wed Oct 5 19:37:47 UTC 2016


Author: sevan (doc committer)
Date: Wed Oct  5 19:37:46 2016
New Revision: 306721
URL: https://svnweb.freebsd.org/changeset/base/306721

Log:
  Add history section for stty(1)
  http://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/man1/stty.1
  
  PR:		211788
  Approved by:	bcr (mentor)
  MFC after:	5 days
  Differential Revision:	https://reviews.freebsd.org/D8104

Modified:
  head/bin/stty/stty.1

Modified: head/bin/stty/stty.1
==============================================================================
--- head/bin/stty/stty.1	Wed Oct  5 19:31:29 2016	(r306720)
+++ head/bin/stty/stty.1	Wed Oct  5 19:37:46 2016	(r306721)
@@ -32,7 +32,7 @@
 .\"     @(#)stty.1	8.4 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd August 23, 2008
+.Dd October 5, 2016
 .Dt STTY 1
 .Os
 .Sh NAME
@@ -601,3 +601,8 @@ and
 .Fl f
 are
 extensions to the standard.
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v2 .


More information about the svn-src-all mailing list