.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
This commit is contained in:
Edward Tomasz Napierala 2018-03-02 14:16:19 +00:00
parent 6d9e17fc83
commit 7a467312ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330277
3 changed files with 9 additions and 6 deletions

View File

@ -32,7 +32,7 @@
.\" @(#)stty.1 8.4 (Berkeley) 4/18/94 .\" @(#)stty.1 8.4 (Berkeley) 4/18/94
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd October 5, 2016 .Dd March 2, 2018
.Dt STTY 1 .Dt STTY 1
.Os .Os
.Sh NAME .Sh NAME
@ -589,7 +589,8 @@ Same as the control character
.Ex -std .Ex -std
.Sh SEE ALSO .Sh SEE ALSO
.Xr resizewin 1 , .Xr resizewin 1 ,
.Xr termios 4 .Xr termios 4 ,
.Xr pstat 8
.Sh STANDARDS .Sh STANDARDS
The The
.Nm .Nm

View File

@ -28,7 +28,7 @@
.\" from: @(#)getty.8 8.1 (Berkeley) 6/4/93 .\" from: @(#)getty.8 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$ .\" $FreeBSD$
.\" " .\" "
.Dd June 4, 1993 .Dd March 2, 2018
.Dt GETTY 8 .Dt GETTY 8
.Os .Os
.Sh NAME .Sh NAME
@ -116,7 +116,8 @@ does not exist.
.Xr tty 4 , .Xr tty 4 ,
.Xr gettytab 5 , .Xr gettytab 5 ,
.Xr ttys 5 , .Xr ttys 5 ,
.Xr init 8 .Xr init 8 ,
.Xr pstat 8
.Sh HISTORY .Sh HISTORY
A A
.Nm .Nm

View File

@ -28,7 +28,7 @@
.\" from: @(#)ttys.5 8.1 (Berkeley) 6/4/93 .\" from: @(#)ttys.5 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$ .\" $FreeBSD$
.\" " .\" "
.Dd March 16, 2017 .Dd March 2, 2018
.Dt TTYS 5 .Dt TTYS 5
.Os .Os
.Sh NAME .Sh NAME
@ -166,7 +166,8 @@ ttyv0 "/usr/local/bin/xterm -display :0" xterm on window="/usr/local/bin/X :0"
.Xr login.conf 5 , .Xr login.conf 5 ,
.Xr termcap 5 , .Xr termcap 5 ,
.Xr getty 8 , .Xr getty 8 ,
.Xr init 8 .Xr init 8 ,
.Xr pstat 8
.\".Xr init 8 , .\".Xr init 8 ,
.\".Xr ttyflags 8 .\".Xr ttyflags 8
.Sh HISTORY .Sh HISTORY