summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-12-31 18:18:36 +0000
committerjmc <jmc@openbsd.org>2013-12-31 18:18:36 +0000
commitb56c073957e2214cf290a686ecc1546dd1c7fa4a (patch)
treeb029d0c0e0186de66a23fb5696e6fd5cb8a07121
parentremove assignments that will be overwritten right afterwards, (diff)
downloadwireguard-openbsd-b56c073957e2214cf290a686ecc1546dd1c7fa4a.tar.xz
wireguard-openbsd-b56c073957e2214cf290a686ecc1546dd1c7fa4a.zip
zap an erroneous space in "input .sig" (should be input.sig, with .sig not
marked up;
-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 b4a39bacb85..0d35fa4c21f 100644
--- a/usr.bin/signify/signify.1
+++ b/usr.bin/signify/signify.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: signify.1,v 1.4 2013/12/31 17:33:17 jmc Exp $
+.\" $OpenBSD: signify.1,v 1.5 2013/12/31 18:18:36 jmc Exp $
.\"
.\"Copyright (c) 2013 Marc Espie <espie@openbsd.org>
.\"Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
@@ -48,7 +48,7 @@ will prompt the user for a passphrase on the terminal.
.It Fl O Ar output
The signature file to create or verify.
The default is
-.Ar input .sig .
+.Ar input Ns .sig .
.It Fl P Ar pubkey
Public key produced by
.Ar generate ,