summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpe <rpe@openbsd.org>2014-01-12 17:17:12 +0000
committerrpe <rpe@openbsd.org>2014-01-12 17:17:12 +0000
commit70c93fd035b502804fc5e2136929ba9665f4bfcc (patch)
tree3a88cfff6c4f2757482bf6fb333c5335ef782b8e
parentRemove no-op 'HIDE' macro from sppp code. This probably existed to allow (diff)
downloadwireguard-openbsd-70c93fd035b502804fc5e2136929ba9665f4bfcc.tar.xz
wireguard-openbsd-70c93fd035b502804fc5e2136929ba9665f4bfcc.zip
add missing dash in -p option
OK tedu@ jmc@
-rw-r--r--usr.bin/signify/signify.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/signify/signify.1 b/usr.bin/signify/signify.1
index 5849696b0fc..ea254608462 100644
--- a/usr.bin/signify/signify.1
+++ b/usr.bin/signify/signify.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: signify.1,v 1.17 2014/01/12 11:32:47 deraadt Exp $
+.\" $OpenBSD: signify.1,v 1.18 2014/01/12 17:17:12 rpe Exp $
.\"
.\"Copyright (c) 2013 Marc Espie <espie@openbsd.org>
.\"Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
@@ -126,7 +126,7 @@ Verify a release directory containing
.Pa SHA256.sig ,
.Pa SHA256 ,
and a full set of release files:
-.Dl $ signify -V p /etc/signify/55base.pub SHA256 && sha256 -c SHA256
+.Dl $ signify -V -p /etc/signify/55base.pub SHA256 && sha256 -c SHA256
.Sh SEE ALSO
.Xr fw_update 1 ,
.Xr pkg_add 1 ,