Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2021 09:03:58 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: a6dca2ecb4f2 - stable/13 - bhyve.8: Improve the description of the -m flag
Message-ID:  <202108160903.17G93wod069171@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by 0mp (doc, ports committer):

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

commit a6dca2ecb4f2410d63f1859dcc3237bb07a2c5bb
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-04-18 19:56:13 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-08-16 08:29:50 +0000

    bhyve.8: Improve the description of the -m flag
    
    - Stylize the synopsis with proper mdoc macros
    - Do some wordsmithing on the description for consistency.
    
    MFC after:      2 weeks
    
    (cherry picked from commit 7e0cb3df687695212ae20cc90d5f2f48bd42eba7)
---
 usr.sbin/bhyve/bhyve.8 | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index 3105dbca016a..051ca05d85e5 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -184,18 +184,26 @@ The possible values for the
 argument are listed in the
 .Fl s
 flag description.
-.It Fl m Ar memsize Ns Op Ar K|k|M|m|G|g|T|t
-Guest physical memory size in bytes.
+.It Xo
+.Fl m Ar memsize Ns Oo
+.Sm off
+.Cm K | k | M | m | G | g | T | t
+.Sm on
+.Oc
+.Xc
+Set the guest physical memory size
 This must be the same size that was given to
 .Xr bhyveload 8 .
 .Pp
-The size argument may be suffixed with one of K, M, G or T (either upper
-or lower case) to indicate a multiple of kilobytes, megabytes, gigabytes,
-or terabytes.
+The size argument may be suffixed with one of
+.Cm K , M , G
+or
+.Cm T
+(either upper or lower case)
+to indicate a multiple of kilobytes, megabytes, gigabytes, or terabytes.
 If no suffix is given, the value is assumed to be in megabytes.
 .Pp
-.Ar memsize
-defaults to 256M.
+The default is 256M.
 .It Fl o Ar var Ns Cm = Ns Ar value
 Set the configuration variable
 .Ar var



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