diff options
Diffstat (limited to 'main/xen/fix-pod2man-choking.patch')
-rw-r--r-- | main/xen/fix-pod2man-choking.patch | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/main/xen/fix-pod2man-choking.patch b/main/xen/fix-pod2man-choking.patch index bda8a588fa..1c030a69f0 100644 --- a/main/xen/fix-pod2man-choking.patch +++ b/main/xen/fix-pod2man-choking.patch @@ -20,3 +20,64 @@ =back =item B<sched-credit2> [I<OPTIONS>] +--- xen-4.2.2.orig/docs/man/xl.cfg.pod.5 ++++ xen-4.2.2/docs/man/xl.cfg.pod.5 +@@ -402,10 +402,10 @@ + + =back + +-=item B<ioports=[ "IOPORT_RANGE", "IOPORT_RANGE", ... ]> +- + =over 4 + ++=item B<ioports=[ "IOPORT_RANGE", "IOPORT_RANGE", ... ]> ++ + 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>. +@@ -415,10 +415,10 @@ + + =back + +-=item B<irqs=[ NUMBER, NUMBER, ... ]> +- + =over 4 + ++=item B<irqs=[ NUMBER, NUMBER, ... ]> ++ + Allow a guest to access specific physical IRQs. + + It is recommended to use this option only for trusted VMs under +@@ -680,9 +680,11 @@ + + =back + ++Please see F<docs/misc/tscmode.txt> for more information on this option. ++ + =back + +-Please see F<docs/misc/tscmode.txt> for more information on this option. ++=over 4 + + =item B<localtime=BOOLEAN> + +@@ -691,6 +693,8 @@ + =item B<rtc_timeoffset=SECONDS> + + Set the real time clock offset in seconds. 0 by default. ++ ++=back + + =head3 Support for Paravirtualisation of HVM Guests + +--- xen-4.2.2.orig/docs/man/xl.pod.1 ++++ xen-4.2.2/docs/man/xl.pod.1 +@@ -851,8 +851,6 @@ + + =item B<-p [pool] -d>... : Illegal + +-=item +- + =back + + =item B<sched-credit2> [I<OPTIONS>] |