From 3ff388b0538e00fad267076ae5b8a8374604137d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 8 Apr 2022 15:27:17 +0100 Subject: [PATCH 1/1] lib.h: Add missing documentation of FILE argument to `device_size'. --- lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.h b/lib.h index e9abbaa..553a5fe 100644 --- a/lib.h +++ b/lib.h @@ -235,7 +235,7 @@ extern off_t device_size(int fd, const char *file, int *blksz_out); * device only, store the block size in *BLKSZ_OUT. (Hence, * *BLKSZ_OUT will be left unchanged if FD is open on a regular * file.) If FD refers to any other kind of object then report a - * fatal error. + * fatal error quoting FILE as the name of the device. */ /*----- Progress utilities ------------------------------------------------*/ -- 2.11.0