docs: Fix cut/paste error in pread_device

This commit is contained in:
Matthew Booth
2013-01-21 15:57:23 +00:00
parent 28e34290ff
commit f956457b5d

View File

@@ -8240,7 +8240,7 @@ See also C<guestfs_pwrite>." };
];
shortdesc = "read part of a device";
longdesc = "\
This command lets you read part of a file. It reads C<count>
This command lets you read part of a block device. It reads C<count>
bytes of C<device>, starting at C<offset>.
This may read fewer bytes than requested. For further details