svn commit: r330277 - in head: bin/stty libexec/getty

Edward Tomasz Napierala trasz at FreeBSD.org
Fri Mar 2 14:16:20 UTC 2018


Author: trasz
Date: Fri Mar  2 14:16:19 2018
New Revision: 330277
URL: https://svnweb.freebsd.org/changeset/base/330277

Log:
  .Xr pstat(8), so that people have a chance to learn how to get a list
  of terminal devices using "pstat -t".
  
  MFC after:	2 weeks
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/bin/stty/stty.1
  head/libexec/getty/getty.8
  head/libexec/getty/ttys.5

Modified: head/bin/stty/stty.1
==============================================================================
--- head/bin/stty/stty.1	Fri Mar  2 13:04:21 2018	(r330276)
+++ head/bin/stty/stty.1	Fri Mar  2 14:16:19 2018	(r330277)
@@ -32,7 +32,7 @@
 .\"     @(#)stty.1	8.4 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd October 5, 2016
+.Dd March 2, 2018
 .Dt STTY 1
 .Os
 .Sh NAME
@@ -589,7 +589,8 @@ Same as the control character
 .Ex -std
 .Sh SEE ALSO
 .Xr resizewin 1 ,
-.Xr termios 4
+.Xr termios 4 ,
+.Xr pstat 8
 .Sh STANDARDS
 The
 .Nm

Modified: head/libexec/getty/getty.8
==============================================================================
--- head/libexec/getty/getty.8	Fri Mar  2 13:04:21 2018	(r330276)
+++ head/libexec/getty/getty.8	Fri Mar  2 14:16:19 2018	(r330277)
@@ -28,7 +28,7 @@
 .\"     from: @(#)getty.8	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\" "
-.Dd June 4, 1993
+.Dd March 2, 2018
 .Dt GETTY 8
 .Os
 .Sh NAME
@@ -116,7 +116,8 @@ does not exist.
 .Xr tty 4 ,
 .Xr gettytab 5 ,
 .Xr ttys 5 ,
-.Xr init 8
+.Xr init 8 ,
+.Xr pstat 8
 .Sh HISTORY
 A
 .Nm

Modified: head/libexec/getty/ttys.5
==============================================================================
--- head/libexec/getty/ttys.5	Fri Mar  2 13:04:21 2018	(r330276)
+++ head/libexec/getty/ttys.5	Fri Mar  2 14:16:19 2018	(r330277)
@@ -28,7 +28,7 @@
 .\"     from: @(#)ttys.5	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\" "
-.Dd March 16, 2017
+.Dd March 2, 2018
 .Dt TTYS 5
 .Os
 .Sh NAME
@@ -166,7 +166,8 @@ ttyv0	"/usr/local/bin/xterm -display :0"	xterm	on wind
 .Xr login.conf 5 ,
 .Xr termcap 5 ,
 .Xr getty 8 ,
-.Xr init 8
+.Xr init 8 ,
+.Xr pstat 8
 .\".Xr init 8 ,
 .\".Xr ttyflags 8
 .Sh HISTORY


More information about the svn-src-all mailing list