Page MenuHomeFreeBSD

vidcontrol.1: Remove leftover "or vt" from "Format of Video Buffer Dump"
ClosedPublic

Authored by pauamma_gundo.com on Nov 22 2025, 3:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 8, 5:39 PM
Unknown Object (File)
Tue, Apr 7, 3:40 PM
Unknown Object (File)
Wed, Apr 1, 5:43 PM
Unknown Object (File)
Mon, Mar 30, 11:38 PM
Unknown Object (File)
Wed, Mar 25, 7:47 AM
Unknown Object (File)
Tue, Mar 24, 10:56 PM
Unknown Object (File)
Tue, Mar 24, 1:26 AM
Unknown Object (File)
Thu, Mar 19, 12:12 AM
Subscribers

Details

Summary

Fixes: 1f4442f71fa3 ("vidcontrol: be explicit that -p and -P are sc(4) only")
MFC after: 7 days

Test Plan

mandoc -T lint
igor
man and inspect output

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 68805
Build 65688: arc lint + arc unit

Event Timeline

Even though emaste is the SME, we know that dumping the video buffer is (tragically!) a syscons only feature, so I'm going to merge this and let emaste get some sleep :p

This revision is now accepted and ready to land.Dec 4 2025, 3:28 AM
This revision was automatically updated to reflect the committed changes.

I did tweak the commit message for:

  1. Limiting at 72 characters per the committers guide. I'm sensitive to this because I use 80 column vt.
  2. Limiting title to 50 char per git-commit(1). The project doesn't have a rule on this, and we just do it "if it's convenient".
  3. 3 days is long enough for this type of change, usually someone complains immediately or not for months, and this commit is super straightforward if they do.