diff options
| author | Richard Jones <rjones@redhat.com> | 2012-03-29 09:29:47 +0100 |
|---|---|---|
| committer | Richard W.M. Jones <rjones@redhat.com> | 2012-03-30 15:39:24 +0100 |
| commit | cc8e3397be4d4664cdc8e381ff2dc49a9ae63717 (patch) | |
| tree | 60b443fd8befebd90a53b3ec88d1d9e8082338b7 | |
| parent | 7a13af10705c053cbd04c754d9c9f6604856bc93 (diff) | |
| download | libguestfs-cc8e3397be4d4664cdc8e381ff2dc49a9ae63717.tar.gz libguestfs-cc8e3397be4d4664cdc8e381ff2dc49a9ae63717.tar.xz libguestfs-cc8e3397be4d4664cdc8e381ff2dc49a9ae63717.zip | |
Partially revert "generator: Fix unescaped '<' and '>' in api descriptions"
Don't escape < and > in verbatim sections.
This partially reverts commit 09a4e7664b59789f90b6674f640f9d688e4f8b43.
(cherry picked from commit d67da6419ac025db7c48f82054d7153b2c71481d)
| -rw-r--r-- | generator/generator_actions.ml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 2387415f..8f150bbb 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -4661,7 +4661,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>."); @@ -5327,7 +5327,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>."); @@ -6553,9 +6553,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 |
