diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2023-09-18 17:49:57 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2023-09-22 15:07:28 +0000 |
commit | e43a4603222ba2822c6869cad364bd6721de0216 (patch) | |
tree | fa7fe233e8e6a3831845eea8e027381e7372236b | |
parent | d79e0d1735e3e68aee782cc676dea99c71cdbbfb (diff) | |
download | src-e43a4603222ba2822c6869cad364bd6721de0216.tar.gz src-e43a4603222ba2822c6869cad364bd6721de0216.zip |
bsdinstall.8: Set Bl's -width correctly
MFC after: 3 days
(cherry picked from commit a8f5c9d3305feb8e846e2ebb6511e350c2702eca)
-rw-r--r-- | usr.sbin/bsdinstall/bsdinstall.8 | 6 |
1 files 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: |