From: Paul Eggert Date: Tue, 19 Jul 2005 07:34:26 +0000 (+0000) Subject: (md5sum invocation): --check now allows multiple FILE inputs. X-Git-Tag: CPPI-1_12~232 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6bf2399188fe3e8efbbd60645a9d1305014c6d3;p=thirdparty%2Fcoreutils.git (md5sum invocation): --check now allows multiple FILE inputs. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 68e8e62c7a..5245125d15 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -2983,11 +2983,10 @@ options}. If a @var{file} is specified as @samp{-} or if no files are given @command{md5sum} computes the checksum for the standard input. @command{md5sum} can also determine whether a file and checksum are -consistent. Synopses: +consistent. Synopsis: @example md5sum [@var{option}]@dots{} [@var{file}]@dots{} -md5sum [@var{option}]@dots{} --check [@var{file}] @end example For each @var{file}, @samp{md5sum} outputs the MD5 checksum, a flag @@ -3013,9 +3012,9 @@ for reading standard input when standard input is a terminal. @item -c @itemx --check -Read file names and checksum information from the single @var{file} -(or from stdin if no @var{file} was specified) and report whether -each named file and the corresponding checksum data are consistent. +Read file names and checksum information (not data) from each +@var{file} (or from stdin if no @var{file} was specified) and report +whether the checksums match the contents of the named files. The input to this mode of @command{md5sum} is usually the output of a prior, checksum-generating run of @samp{md5sum}. Each valid line of input consists of an MD5 checksum, a binary/text