bhyve.8: Fix formatting of -G's "w" prefix
"w" is a command modifier, not an argument. Use Cm.
Fixes: 2cdff9918e byhve: add option to specify IP address for gdb
MFC after: 3 days
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd January 23, 2026
|
.Dd May 15, 2026
|
||||||
.Dt BHYVE 8
|
.Dt BHYVE 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
.Oo
|
.Oo
|
||||||
.Sm off
|
.Sm off
|
||||||
.Fl G\~
|
.Fl G\~
|
||||||
.Oo Ar w Oc
|
.Oo Cm w Oc
|
||||||
.Oo Ar bind_address Cm \&: Oc
|
.Oo Ar bind_address Cm \&: Oc
|
||||||
.Ar port
|
.Ar port
|
||||||
.Sm on
|
.Sm on
|
||||||
@@ -194,7 +194,7 @@ If a
|
|||||||
is specified, bhyve reads the file and adds the file content as fw_cfg data.
|
is specified, bhyve reads the file and adds the file content as fw_cfg data.
|
||||||
.It Fl G Xo
|
.It Fl G Xo
|
||||||
.Sm off
|
.Sm off
|
||||||
.Oo Ar w Oc
|
.Oo Cm w Oc
|
||||||
.Oo Ar bind_address Cm \&: Oc
|
.Oo Ar bind_address Cm \&: Oc
|
||||||
.Ar port
|
.Ar port
|
||||||
.Sm on
|
.Sm on
|
||||||
@@ -208,7 +208,7 @@ and
|
|||||||
to listen for debugger connections.
|
to listen for debugger connections.
|
||||||
Only a single debugger may be attached to the debug server at a time.
|
Only a single debugger may be attached to the debug server at a time.
|
||||||
If the option begins with
|
If the option begins with
|
||||||
.Sq w ,
|
.Cm w ,
|
||||||
.Nm
|
.Nm
|
||||||
will pause execution at the first instruction waiting for a debugger to attach.
|
will pause execution at the first instruction waiting for a debugger to attach.
|
||||||
.It Fl H
|
.It Fl H
|
||||||
|
|||||||
Reference in New Issue
Block a user