diff options
author | joel <joel@FreeBSD.org> | 2013-12-23 15:00:15 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2013-12-23 15:00:15 +0000 |
commit | 0b4281fa588b20c26a059feb4380533b4bd737c7 (patch) | |
tree | 80e145abe3d52308638fd35afe09c453e3731ece | |
parent | 1ca260a3929725e3643bef5acd7c3436056a7c29 (diff) | |
download | FreeBSD-src-0b4281fa588b20c26a059feb4380533b4bd737c7.zip FreeBSD-src-0b4281fa588b20c26a059feb4380533b4bd737c7.tar.gz |
mdoc: nuke whitespace.
-rw-r--r-- | share/man/man4/cxgbe.4 | 1 | ||||
-rw-r--r-- | usr.sbin/bhyve/bhyve.8 | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man4/cxgbe.4 b/share/man/man4/cxgbe.4 index 68540c3..0212613 100644 --- a/share/man/man4/cxgbe.4 +++ b/share/man/man4/cxgbe.4 @@ -71,7 +71,6 @@ Note that ports of T5 cards are named cxl and attach to a t5nex parent device Loader tunables with the hw.cxgbe prefix apply to both T4 and T5 cards. The sysctl MIBs are at dev.t5nex and dev.cxl for T5 cards and at dev.t4nex and dev.cxgbe for T4 cards. - .Pp For more information on configuring this device, see .Xr ifconfig 8 . diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8 index 8e817cf..3112012 100644 --- a/usr.sbin/bhyve/bhyve.8 +++ b/usr.sbin/bhyve/bhyve.8 @@ -229,7 +229,7 @@ Force .Nm to exit when a guest issues an access to an I/O port that is not emulated. This is intended for debug purposes. -.It Fl w +.It Fl w Ignore accesses to unimplemented Model Specific Registers (MSRs). This is intended for debug purposes. .It Fl h Print help message and exit. |