From owner-dev-commits-src-all@freebsd.org Wed Jan 6 15:19:12 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 259A54D42DE; Wed, 6 Jan 2021 15:19:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9tLm0W6zz4Rfw; Wed, 6 Jan 2021 15:19:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 048F620D87; Wed, 6 Jan 2021 15:19:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 106FJBVF073434; Wed, 6 Jan 2021 15:19:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 106FJBRE073433; Wed, 6 Jan 2021 15:19:11 GMT (envelope-from git) Date: Wed, 6 Jan 2021 15:19:11 GMT Message-Id: <202101061519.106FJBRE073433@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: 3efe9b3e77c3 - main - Fix a couple of typos and formatting issues MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3efe9b3e77c3943fc791d305f4f6043b05ff1eeb Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2021 15:19:12 -0000 The branch main has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=3efe9b3e77c3943fc791d305f4f6043b05ff1eeb commit 3efe9b3e77c3943fc791d305f4f6043b05ff1eeb Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-01-06 15:19:15 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-01-06 15:19:15 +0000 Fix a couple of typos and formatting issues --- stand/defaults/loader.conf.5 | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/stand/defaults/loader.conf.5 b/stand/defaults/loader.conf.5 index 2adfbacc3a62..21ee86c83c65 100644 --- a/stand/defaults/loader.conf.5 +++ b/stand/defaults/loader.conf.5 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD$ -.Dd Januar 6, 2020 +.Dd January 6, 2020 .Dt LOADER.CONF 5 .Os .Sh NAME @@ -193,7 +193,7 @@ special value which aborts the bootstrap process, use of this setting should be avoided. .El .Pp -.Em WARNING: +.Em WARNING : developers should never use these suffixes for any kernel environment variables (tunables) or conflicts will result. .Sh DEFAULT SETTINGS @@ -242,12 +242,16 @@ Set font size for framebuffer mode. Default font size is selected based on screen resolution, to achieve terminal dimensions 80x24. .It Va screen.textmode -Value "0" will trigger BIOS loader to switch to use VESA BIOS Extension (VBE) +Value +.Dq 0 +will trigger BIOS loader to switch to use VESA BIOS Extension (VBE) frame buffer mode for console. The same effect can be achieved by setting .Va vbe_max_resolution . .Pp -Value "1" will force BIOS loader to use VGA text mode. +Value +.Dq 1 +will force BIOS loader to use VGA text mode. .Pp If .Va vbe_max_resolution @@ -377,7 +381,7 @@ It is not available in the default Forth-based loader. .Sh FILES .Bl -tag -width /boot/defaults/loader.conf -compact .It Pa /boot/defaults/loader.conf -default settings -- do not change this file. +default settings \(em do not change this file. .It Pa /boot/loader.conf user defined settings. .It Pa /boot/loader.conf.local @@ -403,7 +407,7 @@ The stops reading .Nm when it encounters a syntax error, so any options which are vital for -booting a particular system (i.e.\& +booting a particular system (i.e., .Dq Va hw.ata.ata_dma Ns "=0" ) should precede any experimental additions to .Nm .