svn commit: r216419 - head/share/man/man4

Robert Watson rwatson at FreeBSD.org
Mon Dec 13 23:26:31 UTC 2010


Author: rwatson
Date: Mon Dec 13 23:26:31 2010
New Revision: 216419
URL: http://svn.freebsd.org/changeset/base/216419

Log:
  Add a rudimentary Xen man page summarising the state of Xen on amd64 and
  i386, how to configure the kernel, and some known issues.  Further
  refinement almost certainly required.  This is not a Xen installation
  manual.
  
  MFC after:	3 days
  Sponsored by:	DARPA, AFRL

Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Mon Dec 13 19:54:42 2010	(r216418)
+++ head/share/man/man4/Makefile	Mon Dec 13 23:26:31 2010	(r216419)
@@ -495,6 +495,7 @@ MAN=	aac.4 \
 	wlan_xauth.4 \
 	${_wpi.4} \
 	xe.4 \
+	${_xen.4} \
 	xl.4 \
 	xpt.4 \
 	zero.4 \
@@ -687,6 +688,7 @@ _spkr.4=	spkr.4
 _tpm.4=		tpm.4
 _urtw.4=	urtw.4
 _wpi.4=		wpi.4
+_xen.4=		xen.4
 
 MLINKS+=lindev.4 full.4
 .endif


More information about the svn-src-all mailing list