svn commit: r259536 - stable/10/usr.sbin/bhyve
Peter Grehan
grehan at FreeBSD.org
Wed Dec 18 03:51:05 UTC 2013
Author: grehan
Date: Wed Dec 18 03:51:04 2013
New Revision: 259536
URL: http://svnweb.freebsd.org/changeset/base/259536
Log:
MFC r259302,r259413
r259302
bhyve(8) man page
r259413
mdoc: sort SEE ALSO
Added:
stable/10/usr.sbin/bhyve/bhyve.8
- copied, changed from r259302, head/usr.sbin/bhyve/bhyve.8
Modified:
stable/10/usr.sbin/bhyve/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/bhyve/Makefile
==============================================================================
--- stable/10/usr.sbin/bhyve/Makefile Wed Dec 18 01:41:52 2013 (r259535)
+++ stable/10/usr.sbin/bhyve/Makefile Wed Dec 18 03:51:04 2013 (r259536)
@@ -6,6 +6,7 @@ PROG= bhyve
DEBUG_FLAGS= -g -O0
+MAN= bhyve.8
SRCS= acpi.c atpic.c bhyverun.c block_if.c consport.c dbgport.c elcr.c
SRCS+= inout.c ioapic.c legacy_irq.c mem.c mevent.c mptbl.c pci_ahci.c
SRCS+= pci_emul.c pci_hostbridge.c pci_lpc.c pci_passthru.c pci_virtio_block.c
@@ -15,8 +16,6 @@ SRCS+= uart_emul.c virtio.c xmsr.c spinu
.PATH: ${.CURDIR}/../../sys/amd64/vmm
SRCS+= vmm_instruction_emul.c
-NO_MAN=
-
DPADD= ${LIBVMMAPI} ${LIBMD} ${LIBUTIL} ${LIBPTHREAD}
LDADD= -lvmmapi -lmd -lutil -lpthread
Copied and modified: stable/10/usr.sbin/bhyve/bhyve.8 (from r259302, head/usr.sbin/bhyve/bhyve.8)
==============================================================================
--- head/usr.sbin/bhyve/bhyve.8 Fri Dec 13 08:31:13 2013 (r259302, copy source)
+++ stable/10/usr.sbin/bhyve/bhyve.8 Wed Dec 18 03:51:04 2013 (r259536)
@@ -288,8 +288,8 @@ bhyve -c 4 \e\
.Xr nmdm 4 ,
.Xr vmm 4 ,
.Xr ethers 5 ,
-.Xr bhyveload 8 ,
-.Xr bhyvectl 8
+.Xr bhyvectl 8 ,
+.Xr bhyveload 8
.Sh HISTORY
.Nm
first appeared in
More information about the svn-src-stable-10
mailing list