summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-05-15 09:56:59 +0000
committertrasz <trasz@FreeBSD.org>2015-05-15 09:56:59 +0000
commit0cc31562c36f9be32c8e059909585d0585a9fbf6 (patch)
treea535ed6cc41ce8c9e756e54834fbbaf388bfadf3 /usr.sbin
parent922efd3e5f09696a68549e87dfa5b61967204f72 (diff)
downloadFreeBSD-src-0cc31562c36f9be32c8e059909585d0585a9fbf6.zip
FreeBSD-src-0cc31562c36f9be32c8e059909585d0585a9fbf6.tar.gz
MFC r274720:
Fix improper .Fx macro usage. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bhyve/bhyve.83
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index d5dc8e6..8de0989 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -70,7 +70,8 @@ Required for
guests.
.It Fl b
Enable a low-level console device supported by
-.Fx kernels compiled with
+.Fx
+kernels compiled with
.Cd "device bvmconsole" .
This option will be deprecated in a future version.
.It Fl c Ar numcpus
OpenPOWER on IntegriCloud