summaryrefslogtreecommitdiffstats
path: root/generator
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-08-21 17:44:42 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-08-30 22:04:54 +0100
commit2bc522bc10829562084f450c2ddc5c9250d210b4 (patch)
tree95b6d11ea3c912faf175b1f5cbbca7ab024779d7 /generator
parentef2f91dda018a2aecccd4bbbbd7eea888b6c92ad (diff)
downloadlibguestfs-2bc522bc10829562084f450c2ddc5c9250d210b4.tar.gz
libguestfs-2bc522bc10829562084f450c2ddc5c9250d210b4.tar.xz
libguestfs-2bc522bc10829562084f450c2ddc5c9250d210b4.zip
docs: Document null disks.
It's always been possible to use /dev/null as a disk image. Document this formally in the API. (cherry picked from commit e1e8b3a1cfdeee34fbd51f79b8724c5a58f25c10)
Diffstat (limited to 'generator')
-rw-r--r--generator/generator_actions.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml
index 301cb759..d7592bdf 100644
--- a/generator/generator_actions.ml
+++ b/generator/generator_actions.ml
@@ -1038,6 +1038,9 @@ image).
This call checks that C<filename> exists.
+C<filename> may be the special string C<\"/dev/null\">.
+See L<guestfs(3)/NULL DISKS>.
+
The optional arguments are:
=over 4