diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2022-04-06 23:39:19 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2022-04-06 23:39:19 +0000 |
| commit | 1f4442f71fa33a8ef6d3da808e32872fb23a5700 (patch) | |
| tree | fa1d28ebb4308efb15b78bbf71b360b333b214a7 | |
| parent | 32273253667b941c376cf08383006b3a0cbc5ca2 (diff) | |
vidcontrol: be explicit that -p and -P are sc(4) only
PR: 263099
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | usr.sbin/vidcontrol/vidcontrol.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1 index e811d82c6865..6eee089c1972 100644 --- a/usr.sbin/vidcontrol/vidcontrol.1 +++ b/usr.sbin/vidcontrol/vidcontrol.1 @@ -13,7 +13,7 @@ .\" @(#)vidcontrol.1 .\" $FreeBSD$ .\" -.Dd October 20, 2018 +.Dd April 6, 2022 .Dt VIDCONTROL 1 .Os .Sh NAME @@ -388,12 +388,16 @@ For details about that format see .Sx Format of Video Buffer Dump below. +Supported only with +.Xr syscons 4 . .It Fl P Same as .Fl p , but dump contents of the video buffer in a plain text format ignoring nonprintable characters and information about text attributes. +Supported only with +.Xr syscons 4 . .It Fl H When used with .Fl p |
