diff options
author | Matthew Booth <mbooth@redhat.com> | 2012-03-27 15:24:50 +0100 |
---|---|---|
committer | Matthew Booth <mbooth@redhat.com> | 2012-03-27 15:50:38 +0100 |
commit | 09a4e7664b59789f90b6674f640f9d688e4f8b43 (patch) | |
tree | e234ab7554b6c6a77df77ae379f3abf832b32502 /generator | |
parent | f5c31db5ed4225c263e6f508a85f38aa80411c0e (diff) | |
download | libguestfs-09a4e7664b59789f90b6674f640f9d688e4f8b43.tar.gz libguestfs-09a4e7664b59789f90b6674f640f9d688e4f8b43.tar.xz libguestfs-09a4e7664b59789f90b6674f640f9d688e4f8b43.zip |
generator: Fix unescaped '<' and '>' in api descriptions
Diffstat (limited to 'generator')
-rw-r--r-- | generator/generator_actions.ml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 68a7bf69..fcf363fe 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -4664,7 +4664,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=<journal> <device> + mke2fs -t fstype -b blocksize -J device=E<lt>journalE<gt> E<lt>deviceE<gt> See also C<guestfs_mke2journal>."); @@ -5330,7 +5330,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-<version>.img init + initrd-cat /boot/initrd-E<lt>versionE<gt>.img init See also C<guestfs_initrd_list>."); @@ -6560,8 +6560,9 @@ List all Linux md devices."); [], "obtain metadata for an MD device", "\ -This command exposes the output of 'mdadm -DY <md>'. 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 |