summaryrefslogtreecommitdiffstats
path: root/generator
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2012-03-29 09:29:47 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-03-29 09:34:28 +0100
commitd67da6419ac025db7c48f82054d7153b2c71481d (patch)
tree8717266cfc68ab48c69a75655634c47c74a9f34b /generator
parent0c9361a3568c23581ab43cb926fe138669c4b168 (diff)
downloadlibguestfs-d67da6419ac025db7c48f82054d7153b2c71481d.tar.gz
libguestfs-d67da6419ac025db7c48f82054d7153b2c71481d.tar.xz
libguestfs-d67da6419ac025db7c48f82054d7153b2c71481d.zip
Partially revert "generator: Fix unescaped '<' and '>' in api descriptions"
Don't escape < and > in verbatim sections. This partially reverts commit 09a4e7664b59789f90b6674f640f9d688e4f8b43.
Diffstat (limited to 'generator')
-rw-r--r--generator/generator_actions.ml10
1 files changed, 5 insertions, 5 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml
index c196dddf..f74db2da 100644
--- a/generator/generator_actions.ml
+++ b/generator/generator_actions.ml
@@ -4662,7 +4662,7 @@ This creates an ext2/3/4 filesystem on C<device> with
an external journal on C<journal>. It is equivalent
to the command:
- mke2fs -t fstype -b blocksize -J device=E<lt>journalE<gt> E<lt>deviceE<gt>
+ mke2fs -t fstype -b blocksize -J device=<journal> <device>
See also C<guestfs_mke2journal>.");
@@ -5328,7 +5328,7 @@ For example, in guestfish you could use the following command
to examine the boot script (usually called C</init>)
contained in a Linux initrd or initramfs image:
- initrd-cat /boot/initrd-E<lt>versionE<gt>.img init
+ initrd-cat /boot/initrd-<version>.img init
See also C<guestfs_initrd_list>.");
@@ -6558,9 +6558,9 @@ List all Linux md devices.");
[],
"obtain metadata for an MD device",
"\
-This command exposes the output of 'mdadm -DY E<lt>mdE<gt>'. The following
-fields are usually present in the returned hash. Other fields may also be
-present.
+This command exposes the output of 'mdadm -DY E<lt>mdE<gt>'.
+The following fields are usually present in the returned hash.
+Other fields may also be present.
=over