From: Mark Wooding Date: Fri, 8 Apr 2022 14:27:17 +0000 (+0100) Subject: lib.h: Add missing documentation of FILE argument to `device_size'. X-Git-Url: https://git.distorted.org.uk/~mdw/dvdrip/commitdiff_plain/3ff388b0538e00fad267076ae5b8a8374604137d?hp=12ade065b04ab2710a7984b695a8644d713c3988 lib.h: Add missing documentation of FILE argument to `device_size'. --- 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 ------------------------------------------------*/