>From 688e5e1231ea917e006613bc89f9cf750e05d4ec Mon Sep 17 00:00:00 2001 From: Luther Thompson Date: Wed, 8 Dec 2010 21:29:00 -0500 Subject: [PATCH 3/3] * doc/coreutils.texi: Document md5sum -i. --- doc/coreutils.texi | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 34d9ff0..b893898 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -3531,6 +3531,14 @@ an MD5 checksum inconsistent with the associated file, or if no valid line is found, @command{md5sum} exits with nonzero status. Otherwise, it exits successfully. +@item -i +@itemx --ignore-missing +@cindex verifying MD5 checksums +This option is useful only when verifying checksums. +When verifying checksums, don't generate a 'No such file or directory' or +'FAILED open or read' message for any file listed in the input but which is not +present on the filesystem. + @itemx --quiet @opindex --quiet @cindex verifying MD5 checksums -- 1.7.0.4