git: 0209906f1015 - stable/14 - vidcontrol.1: Video buffer dump is syscons only
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Aug 2026 22:31:30 UTC
The branch stable/14 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=0209906f101587346bd1dce1383d741123ce8b45
commit 0209906f101587346bd1dce1383d741123ce8b45
Author: Pau Amma <pauamma@gundo.com>
AuthorDate: 2025-12-04 03:28:17 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-06 22:16:27 +0000
vidcontrol.1: Video buffer dump is syscons only
Fixes: 1f4442f71fa3 (be explicit that -p and -P are sc(4) only)
MFC after: 3 days
Reviewed by: ziaee
Differential Revision: https://reviews.freebsd.org/D53878
(cherry picked from commit 9ec8196f68bac015965164f7f1a65c619bab4e85)
---
usr.sbin/vidcontrol/vidcontrol.1 | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1
index 09855df6b60f..a95ed7a65a0e 100644
--- a/usr.sbin/vidcontrol/vidcontrol.1
+++ b/usr.sbin/vidcontrol/vidcontrol.1
@@ -12,7 +12,7 @@
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
-.Dd July 7, 2024
+.Dd November 22, 2025
.Dt VIDCONTROL 1
.Os
.Sh NAME
@@ -497,9 +497,6 @@ The
.Nm
utility uses the
.Xr syscons 4
-.\" is it supported on vt(4)???
-or
-.Xr vt 4
.Dv CONS_SCRSHOT
.Xr ioctl 2
to capture the current contents of the video buffer.