From f956457b5d601ade045aeebdeefc5bf5a16a698e Mon Sep 17 00:00:00 2001 From: Matthew Booth Date: Mon, 21 Jan 2013 15:57:23 +0000 Subject: [PATCH] docs: Fix cut/paste error in pread_device --- generator/actions.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/actions.ml b/generator/actions.ml index 9e8f017dc..d75de8db9 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -8240,7 +8240,7 @@ See also C." }; ]; shortdesc = "read part of a device"; longdesc = "\ -This command lets you read part of a file. It reads C +This command lets you read part of a block device. It reads C bytes of C, starting at C. This may read fewer bytes than requested. For further details