svn commit: r307422 - stable/10/bin/stty

Sevan Janiyan sevan at FreeBSD.org
Sun Oct 16 23:16:06 UTC 2016


Author: sevan (doc committer)
Date: Sun Oct 16 23:16:05 2016
New Revision: 307422
URL: https://svnweb.freebsd.org/changeset/base/307422

Log:
  MFC r306721:
  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)
  Differential Revision:  https://reviews.freebsd.org/D8104

Modified:
  stable/10/bin/stty/stty.1
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/bin/stty/stty.1
==============================================================================
--- stable/10/bin/stty/stty.1	Sun Oct 16 23:15:33 2016	(r307421)
+++ stable/10/bin/stty/stty.1	Sun Oct 16 23:16:05 2016	(r307422)
@@ -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