diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2026-05-15 09:48:43 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2026-05-15 09:48:43 +0000 |
| commit | 7abddbb3cdeeff0d4d991aee52e92382e847e8a2 (patch) | |
| tree | da34948c3dfccfb3fcdd5291aab0f672a84dc177 /usr.sbin/bhyve | |
| parent | b99954433d42d978b257e846dbfe568e9af7b140 (diff) | |
Diffstat (limited to 'usr.sbin/bhyve')
| -rw-r--r-- | usr.sbin/bhyve/bhyve.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8 index be906419d74e..dd9b5b992415 100644 --- a/usr.sbin/bhyve/bhyve.8 +++ b/usr.sbin/bhyve/bhyve.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd January 23, 2026 +.Dd May 15, 2026 .Dt BHYVE 8 .Os .Sh NAME @@ -58,7 +58,7 @@ .Oo .Sm off .Fl G\~ -.Oo Ar w Oc +.Oo Cm w Oc .Oo Ar bind_address Cm \&: Oc .Ar port .Sm on @@ -194,7 +194,7 @@ If a is specified, bhyve reads the file and adds the file content as fw_cfg data. .It Fl G Xo .Sm off -.Oo Ar w Oc +.Oo Cm w Oc .Oo Ar bind_address Cm \&: Oc .Ar port .Sm on @@ -208,7 +208,7 @@ and to listen for debugger connections. Only a single debugger may be attached to the debug server at a time. If the option begins with -.Sq w , +.Cm w , .Nm will pause execution at the first instruction waiting for a debugger to attach. .It Fl H |
