mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
docs: Fix cut/paste error in pread_device
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user