summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2013-12-31 18:18:37 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2013-12-31 18:18:37 +0000
commit5ec188644ad80a0265db25c78f81d2fa0ea81587 (patch)
tree312b2bc1f65096c9be17715f7a2b57a02cf8e534
parent9751a701db74a8fd385fc8d9fc792c093df49fea (diff)
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 ,