From 7a467312ef9f4c8f354d5747b2312b1fbe4a18dd Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Fri, 2 Mar 2018 14:16:19 +0000 Subject: [PATCH] .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 --- bin/stty/stty.1 | 5 +++-- libexec/getty/getty.8 | 5 +++-- libexec/getty/ttys.5 | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 5cdc483b644d..2575263c18c1 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -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 diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index 0f3bca745bbb..670168926c00 100644 --- a/libexec/getty/getty.8 +++ b/libexec/getty/getty.8 @@ -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 diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5 index 1150909752a8..1c754890e5c4 100644 --- a/libexec/getty/ttys.5 +++ b/libexec/getty/ttys.5 @@ -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 window="/usr/local/bin/X :0" .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