Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2023 12:45:55 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: fbd543a3fe30 - stable/14 - bsdinstall.8: Set Bl's -width correctly
Message-ID:  <202309221245.38MCjtg4031710@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by 0mp:

URL: https://cgit.FreeBSD.org/src/commit/?id=fbd543a3fe306bdf84775f869a899c21fdc0d554

commit fbd543a3fe306bdf84775f869a899c21fdc0d554
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-09-18 17:49:57 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-09-22 12:45:50 +0000

    bsdinstall.8: Set Bl's -width correctly
    
    MFC after:              3 days
    
    (cherry picked from commit a8f5c9d3305feb8e846e2ebb6511e350c2702eca)
---
 usr.sbin/bsdinstall/bsdinstall.8 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/usr.sbin/bsdinstall/bsdinstall.8 b/usr.sbin/bsdinstall/bsdinstall.8
index 215a0a28f8c9..77da9622d4d7 100644
--- a/usr.sbin/bsdinstall/bsdinstall.8
+++ b/usr.sbin/bsdinstall/bsdinstall.8
@@ -23,7 +23,7 @@
 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 18, 2022
+.Dd September 18, 2023
 .Dt BSDINSTALL 8
 .Os
 .Sh NAME
@@ -69,7 +69,7 @@ For interactive use, most users will be interested only in the
 and
 .Cm script
 targets.
-.Bl -tag -width ".Cm jail Ar destination"
+.Bl -tag -width "jail destination"
 .It Cm auto
 Run the standard interactive installation, including disk partitioning.
 .It Cm jail Ar destination
@@ -272,7 +272,7 @@ Many are used internally during installation and have reasonable default values
 for most installation scenarios.
 Others are set by various interactive user prompts, and can be usefully
 overridden when making scripted or customized installers.
-.Bl -tag -width ".Ev BSDINSTALL_DISTSITE"
+.Bl -tag -width "BSDINSTALL_DISTSITE"
 .It Ev TMPDIR
 The directory to use for temporary files.
 Default:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309221245.38MCjtg4031710>