From owner-svn-src-head@freebsd.org Sat Oct 20 16:59:44 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9791CFEC8BE; Sat, 20 Oct 2018 16:59:44 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DBBF7B727; Sat, 20 Oct 2018 16:59:44 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4898920BD7; Sat, 20 Oct 2018 16:59:44 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9KGxiuI092275; Sat, 20 Oct 2018 16:59:44 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9KGxiT3092274; Sat, 20 Oct 2018 16:59:44 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810201659.w9KGxiT3092274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 20 Oct 2018 16:59:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r339448 - head/usr.sbin/vidcontrol X-SVN-Group: head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/usr.sbin/vidcontrol X-SVN-Commit-Revision: 339448 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 16:59:44 -0000 Author: tobik (ports committer) Date: Sat Oct 20 16:59:43 2018 New Revision: 339448 URL: https://svnweb.freebsd.org/changeset/base/339448 Log: vidcontrol(1): Fix a typo in the description of -f While here: - Fix markup in -c - Fix mandoc -Tlint and igor warnings Reviewed by: 0mp, bjk Approved by: bjk Differential Revision: https://reviews.freebsd.org/D17428 Modified: head/usr.sbin/vidcontrol/vidcontrol.1 Modified: head/usr.sbin/vidcontrol/vidcontrol.1 ============================================================================== --- head/usr.sbin/vidcontrol/vidcontrol.1 Sat Oct 20 16:52:18 2018 (r339447) +++ head/usr.sbin/vidcontrol/vidcontrol.1 Sat Oct 20 16:59:43 2018 (r339448) @@ -13,7 +13,7 @@ .\" @(#)vidcontrol.1 .\" $FreeBSD$ .\" -.Dd January 19, 2016 +.Dd October 20, 2018 .Dt VIDCONTROL 1 .Os .Sh NAME @@ -53,7 +53,7 @@ utility is used to set various options for the or .Xr vt 4 console driver, -such as video mode, colors, cursor shape, screen output map, font and screen +such as video mode, colors, cursor shape, screen output map, font, and screen saver timeout. Only a small subset of options is supported by .Xr vt 4 . @@ -109,10 +109,10 @@ below. .It Ar foreground Op Ar background Change colors when displaying text. Specify the foreground color -(e.g.\& +(e.g., .Dq vidcontrol white ) , or both a foreground and background colors -(e.g.\& +(e.g., .Dq vidcontrol yellow blue ) . Use the .Cm show @@ -128,13 +128,13 @@ Clear the history buffer. .It Fl c Ar setting Ns Op , Ns Ar setting ... Change the cursor appearance. The change is specified by a non-empty comma-separated list of -.Cm setting Ns s . +.Ar setting Ns s . Each -.Cm setting +.Ar setting overrides or modifies previous ones in left to right order. .Pp The following override -.Cm setting Ns s +.Ar setting Ns s are available: .Bl -tag -width indent .It Cm normal @@ -150,22 +150,22 @@ The name .Dq destructive is bad for backwards compatibility. This -.Cm setting +.Ar setting should not force destructiveness, and it now only gives destructiveness in some configurations (typically for hardware cursors in text mode). Blinking limits destructiveness. This -.Cm setting +.Ar setting should now be spelled .Cm normal , Ns Cm blink , Ns Cm noblock . A non-blinking destructive cursor would be unusable, so old versions of .Nm -didn't support it, -and this version doesn't have an override for it. -.It Cm base Ns = Ns Ar value, Cm height Ns = Ns Ar value +did not support it, +and this version does not have an override for it. +.It Cm base Ns = Ns Ar value , Cm height Ns = Ns Ar value Set the specified scanline parameters. These parameters are only active in .Cm noblock @@ -187,7 +187,7 @@ are clamped to fit in the character cell when the curs .El .Pp The following modifier -.Cm setting Ns s +.Ar setting Ns s are available: .Bl -tag -width indent .It Cm blink , noblink @@ -217,7 +217,7 @@ Set or clear the hidden attribute. .El .Pp The following (non-sticky) flags control application of the -.Cm setting Ns s : +.Ar setting Ns s : .Bl -tag -width indent .It Cm charcolors Apply @@ -258,7 +258,7 @@ Together with .Cm local , this gives 2 selection bits which select between 4 destinations. .It Cm shapeonly -Ignore any changes to the +Ignore any changes to the .Cm block and .Cm hidden @@ -313,7 +313,7 @@ When using both .Ar size and -.Ar font +.Ar file can be omitted, and the default font will be loaded. .Pp Note that older video cards, such as MDA and CGA, do not support @@ -572,7 +572,7 @@ the output. The first 10 bytes are always arranged as follows: .Bl -column "Byte range" "Contents" -offset indent .It Sy "Byte Range Contents" -.It "1 thru 8 Literal text" Dq Li SCRSHOT_ +.It "1 - 8 Literal text" Dq Li SCRSHOT_ .It "9 File format version number" .It "10 Remaining number of bytes in the header" .El @@ -625,7 +625,7 @@ for more details. The video card driver may let you change default configuration options, such as the default font, so that you do not need to set up the options at boot time. -See video card driver manuals, (e.g.\& +See video card driver manuals, (e.g., .Xr vga 4 ) for details. .Sh FILES @@ -662,7 +662,7 @@ Furthermore, you can also omit font size .Pp .Dl vidcontrol -f iso-8x16 .Pp -Moreover, the suffix specifying the font size can be also omitted; in +Moreover, the suffix specifying the font size can also be omitted; in this case, .Nm will use the size of the currently displayed font to construct the