diff options
| author | Pau Amma <pauamma@gundo.com> | 2025-12-04 03:28:17 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-12-04 03:31:43 +0000 |
| commit | 9ec8196f68bac015965164f7f1a65c619bab4e85 (patch) | |
| tree | 44a97d2651d0e2b448605d04ee0424898422b460 | |
| parent | 72ca89482afcdec7db1d7555bdb3505498c729c2 (diff) | |
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
| -rw-r--r-- | usr.sbin/vidcontrol/vidcontrol.1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1 index 91804facce8e..a32b5a10f57c 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 @@ -502,9 +502,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. |
