Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2023 15:07:37 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: e43a4603222b - stable/13 - bsdinstall.8: Set Bl's -width correctly
Message-ID:  <202309221507.38MF7b75064046@gitrepo.freebsd.org>

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

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

commit e43a4603222ba2822c6869cad364bd6721de0216
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-09-18 17:49:57 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-09-22 15:07:28 +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 6787fdc30175..4b7e8f2fb853 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?202309221507.38MF7b75064046>