From d67da6419ac025db7c48f82054d7153b2c71481d Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 29 Mar 2012 09:29:47 +0100 Subject: Partially revert "generator: Fix unescaped '<' and '>' in api descriptions" Don't escape < and > in verbatim sections. This partially reverts commit 09a4e7664b59789f90b6674f640f9d688e4f8b43. --- generator/generator_actions.ml | 10 +++++----- 1 file 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 with an external journal on C. It is equivalent to the command: - mke2fs -t fstype -b blocksize -J device=EjournalE EdeviceE + mke2fs -t fstype -b blocksize -J device= See also C."); @@ -5328,7 +5328,7 @@ For example, in guestfish you could use the following command to examine the boot script (usually called C) contained in a Linux initrd or initramfs image: - initrd-cat /boot/initrd-EversionE.img init + initrd-cat /boot/initrd-.img init See also C."); @@ -6558,9 +6558,9 @@ List all Linux md devices."); [], "obtain metadata for an MD device", "\ -This command exposes the output of 'mdadm -DY EmdE'. The following -fields are usually present in the returned hash. Other fields may also be -present. +This command exposes the output of 'mdadm -DY EmdE'. +The following fields are usually present in the returned hash. +Other fields may also be present. =over -- cgit