summaryrefslogtreecommitdiffstats
path: root/generator
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-10-03 10:30:15 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-10-03 11:15:30 +0100
commit60650da1ed7b6d916ceeee0e397c7bb2fbc282e5 (patch)
tree248cebc570a5cc440d6ba89852df3c429f2764e5 /generator
parent4a4ca0c01da3307b69fc4925c5f2ece1e728d4b3 (diff)
downloadlibguestfs-60650da1ed7b6d916ceeee0e397c7bb2fbc282e5.tar.gz
libguestfs-60650da1ed7b6d916ceeee0e397c7bb2fbc282e5.tar.xz
libguestfs-60650da1ed7b6d916ceeee0e397c7bb2fbc282e5.zip
docs: Minor cleanup of documentation for add_drive 'name' parameter.
Diffstat (limited to 'generator')
-rw-r--r--generator/actions.ml5
1 files changed, 3 insertions, 2 deletions
diff --git a/generator/actions.ml b/generator/actions.ml
index d029a75f..4e138557 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -1233,8 +1233,9 @@ deprecated C<guestfs_add_drive_with_if> call (q.v.)
=item C<name>
-The name the drive had in the original guest, e.g. /dev/sdb. This is used as a
-hint to the guest inspection process if it is available.
+The name the drive had in the original guest, e.g. C</dev/sdb>.
+This is used as a hint to the guest inspection process if
+it is available.
=back