summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlteo <lteo@openbsd.org>2014-01-10 18:52:22 +0000
committerlteo <lteo@openbsd.org>2014-01-10 18:52:22 +0000
commitd85331ee967326f2db2e15f000a8399512c61442 (patch)
tree161a2310512e9169a542bbdb63c42639f275c819
parentWhen using a checklist, print MISSING for non-existent files. (diff)
downloadwireguard-openbsd-d85331ee967326f2db2e15f000a8399512c61442.tar.xz
wireguard-openbsd-d85331ee967326f2db2e15f000a8399512c61442.zip
Add MISSING to the list of possible results of a checklist comparison.
-rw-r--r--bin/md5/md5.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/md5/md5.1 b/bin/md5/md5.1
index 5bea6329a32..a9492136ee2 100644
--- a/bin/md5/md5.1
+++ b/bin/md5/md5.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: md5.1,v 1.38 2014/01/10 17:47:44 deraadt Exp $
+.\" $OpenBSD: md5.1,v 1.39 2014/01/10 18:52:22 lteo Exp $
.\"
.\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -68,7 +68,7 @@ options become checklists.
Each checklist should contain hash results in the normal format,
which will be verified against the specified paths.
Output consists of the digest used, the file name,
-and an OK or FAILED for the result of the comparison.
+and an OK, FAILED, or MISSING for the result of the comparison.
This will validate any of the supported checksums (see
.Xr cksum 1 ) .
If no file is given, stdin is used.