From: Richard W.M. Jones Date: Mon, 29 Jan 2024 19:36:50 +0000 (+0000) Subject: docs: Use F<> around file references in the manual X-Git-Url: http://git.annexia.org/?p=qemu-sanity-check.git;a=commitdiff_plain;h=e1fe3cabd5892ea49ed08333306c50d61aca38ca docs: Use F<> around file references in the manual --- diff --git a/qemu-sanity-check.pod.in b/qemu-sanity-check.pod.in index 7ef3200..7c870ac 100644 --- a/qemu-sanity-check.pod.in +++ b/qemu-sanity-check.pod.in @@ -19,7 +19,7 @@ You can use the command on its own: qemu-sanity-check In this case, the script will look for a suitable qemu binary on the -C<$PATH> and the latest Linux kernel in C and try to boot that +C<$PATH> and the latest Linux kernel in F and try to boot that kernel on that qemu. You can also specify a qemu binary or a Linux kernel (either or both @@ -88,14 +88,14 @@ You can also use I<--cpu=> to let qemu pick the default. =item B<--initrd>=INITRD -Use the initramfs image named C instead of the default. +Use the initramfs image named F instead of the default. =item B<-k> VMLINUZ =item B<--kernel>=VMLINUZ -Use the kernel image C instead of searching for the latest -kernel installed in C. +Use the kernel image F instead of searching for the latest +kernel installed in F. =item B<-m> MACHINE @@ -109,7 +109,7 @@ I<--machine=> to let qemu pick the default. =item B<--qemu>=QEMU -Use the qemu (or KVM) binary C instead of searching C<$PATH> for +Use the qemu (or KVM) binary F instead of searching C<$PATH> for a suitable binary. =item B<-t> TIMEOUT