From 0615f3aa82bf4e401bc052b2855d2322fe2d39dc Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 14 Sep 2011 12:58:30 +0100 Subject: [PATCH] test-tool: Use B<...> for command line options in man page. (cherry picked from commit c7b88da039725ecd0d1d826b112bc69b518d4c78) --- test-tool/libguestfs-test-tool.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test-tool/libguestfs-test-tool.pod b/test-tool/libguestfs-test-tool.pod index 9d8ab4b..de7d901 100644 --- a/test-tool/libguestfs-test-tool.pod +++ b/test-tool/libguestfs-test-tool.pod @@ -38,21 +38,21 @@ L website. =over 4 -=item I<--help> +=item B<--help> Display short usage information and exit. -=item I<--qemu qemu_binary> +=item B<--qemu qemu_binary> If you have downloaded another qemu binary, point this option at the full path of the binary to try it. -=item I<--qemudir qemu_source_dir> +=item B<--qemudir qemu_source_dir> If you have compiled qemu from source, point this option at the source directory to try it. -=item I<--timeout N> +=item B<--timeout N> Set the launch timeout to C seconds. The default is 120 seconds which does not usually need to be adjusted unless your machine is very -- 1.8.3.1