git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56c151f
)
docs: Tidy up documentation for md-stop.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 25 Nov 2011 08:34:59 +0000
(08:34 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 25 Nov 2011 08:35:26 +0000
(08:35 +0000)
This cleans up commit
cbd1c45d95c530c8d94103dcc2c521bf5501ef59
.
generator/generator_actions.ml
patch
|
blob
|
history
diff --git
a/generator/generator_actions.ml
b/generator/generator_actions.ml
index
361df05
..
d73a999
100644
(file)
--- 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.");
]