docs: Tidy up documentation for md-stop.
[libguestfs.git] / generator / generator_actions.ml
index c0ef261..d73a999 100644 (file)
@@ -6527,6 +6527,13 @@ The name of the MD device.
 
 =back");
 
+  ("md_stop", (RErr, [Device "md"], []), 302, [Optional "mdadm"],
+   [],
+   "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.");
+
 ]
 
 let all_functions = non_daemon_functions @ daemon_functions