summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLawrence Teo <lteo@cvs.openbsd.org>2014-01-10 18:52:23 +0000
committerLawrence Teo <lteo@cvs.openbsd.org>2014-01-10 18:52:23 +0000
commite0851b3df4e403d221e50fc99dc807cf7fefc439 (patch)
treeadb41524301ffadd252856507efdbcc76cabda52 /bin
parent2190227229d6631a00a0082dfa93ea49396ba075 (diff)
Add MISSING to the list of possible results of a checklist comparison.
Diffstat (limited to 'bin')
-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.