Blob Blame History Raw
--- xen-4.2.1/docs/man/xl.cfg.pod.5.orig	2012-12-17 15:00:00.000000000 +0000
+++ xen-4.2.1/docs/man/xl.cfg.pod.5	2013-01-10 21:54:01.685518243 +0000
@@ -400,12 +400,8 @@
 for trusted VMs under administrator control.  See the "pci=" section
 for more information on the "permissive" flag.
 
-=back
-
 =item B<ioports=[ "IOPORT_RANGE", "IOPORT_RANGE", ... ]>
 
-=over 4
-
 Allow guest to access specific legacy I/O ports. Each B<IOPORT_RANGE>
 is given in hexadecimal and may either a span e.g. C<2f8-2ff>
 (inclusive) or a single I/O port C<2f8>.
@@ -413,12 +409,8 @@
 It is recommended to use this option only for trusted VMs under
 administrator control.
 
-=back
-
 =item B<irqs=[ NUMBER, NUMBER, ... ]>
 
-=over 4
-
 Allow a guest to access specific physical IRQs.
 
 It is recommended to use this option only for trusted VMs under
@@ -680,8 +672,6 @@
 
 =back
 
-=back
-
 Please see F<docs/misc/tscmode.txt> for more information on this option.
 
 =item B<localtime=BOOLEAN>
@@ -692,6 +682,8 @@
 
 Set the real time clock offset in seconds. 0 by default.
 
+=back
+
 =head3 Support for Paravirtualisation of HVM Guests
 
 The following options allow Paravirtualised features (such as devices)
--- xen-4.2.2/tools/qemu-xen-traditional/qemu-doc.texi.orig	2013-01-17 16:00:26.000000000 +0000
+++ xen-4.2.2/tools/qemu-xen-traditional/qemu-doc.texi	2013-04-25 23:40:44.001454780 +0100
@@ -1,6 +1,8 @@
 \input texinfo @c -*- texinfo -*-
 @c %**start of header
 @setfilename qemu-doc.info
+@documentlanguage en
+@documentencoding utf-8
 @settitle QEMU Emulator User Documentation
 @exampleindent 0
 @paragraphindent 0
--- xen-4.2.2/tools/qemu-xen-traditional/texi2pod.pl.orig	2013-01-17 16:00:26.000000000 +0000
+++ xen-4.2.2/tools/qemu-xen-traditional/texi2pod.pl	2013-04-15 21:25:18.000000000 +0100
@@ -37,6 +36,7 @@
 $inf = "";
 $ibase = "";
 @ipath = ();
+$encoding = undef;
 
 while ($_ = shift) {
     if (/^-D(.*)$/) {
@@ -98,6 +98,12 @@
     /^\@setfilename\s+([^.]+)/ and $fn = $1, next;
     /^\@settitle\s+([^.]+)/ and $tl = postprocess($1), next;
 
+    # Look for document encoding
+    /^\@documentencoding\s+([^.]+)/ and do {
+        $encoding = $1 unless defined $encoding;
+        next;
+    };
+
     # Identify a man title but keep only the one we are interested in.
     /^\@c\s+man\s+title\s+([A-Za-z0-9-]+)\s+(.+)/ and do {
 	if (exists $defs{$1}) {
@@ -337,6 +343,8 @@
 
 die "No filename or title\n" unless defined $fn && defined $tl;
 
+print "=encoding $encoding\n\n" if defined $encoding;
+
 $sects{NAME} = "$fn \- $tl\n";
 $sects{FOOTNOTES} .= "=back\n" if exists $sects{FOOTNOTES};
 
--- xen-4.2.2/docs/man/xl.pod.1.orig	2013-04-23 17:42:55.000000000 +0100
+++ xen-4.2.2/docs/man/xl.pod.1	2013-04-26 20:51:16.639009661 +0100
@@ -851,8 +851,6 @@
 
 =item B<-p [pool] -d>...       : Illegal
 
-=item
-
 =back
 
 =item B<sched-credit2> [I<OPTIONS>]