diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-11-25 08:34:59 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-11-25 08:35:26 +0000 |
commit | 425374ddc84c4f9f74a5218e8d35452bb511d9f3 (patch) | |
tree | 341621cfbac88ee7793fe27c97e6e257bc0b9592 /generator | |
parent | 56c151fe8c6e4c2e9b35506339cabfef0957f824 (diff) | |
download | libguestfs-425374ddc84c4f9f74a5218e8d35452bb511d9f3.tar.gz libguestfs-425374ddc84c4f9f74a5218e8d35452bb511d9f3.tar.xz libguestfs-425374ddc84c4f9f74a5218e8d35452bb511d9f3.zip |
docs: Tidy up documentation for md-stop.
This cleans up commit cbd1c45d95c530c8d94103dcc2c521bf5501ef59.
Diffstat (limited to 'generator')
-rw-r--r-- | generator/generator_actions.ml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 361df052..d73a999b 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -6532,17 +6532,7 @@ The name of the MD device. "stop a Linux md (RAID) device", "\ This command deactivates the MD array named C<md>. The -device is stopped, but it is not destroyed or zeroed. - -The parameter is: - -=over 4 - -=item C<md> - -The md (RAID) device which to be deactivated. - -=back"); +device is stopped, but it is not destroyed or zeroed."); ] |