diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-10 07:53:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-10 07:53:05 +0000 |
commit | 053776f7178caee599e3ec257e57f4dfa8e04f89 (patch) | |
tree | a9f9db5a962268d7121c7866cf070c4fb0e74e02 | |
parent | 0358c6c0bc3b1157fac3e38ac389d99a7269fc8d (diff) |
no Pp before or after Sh;
-rw-r--r-- | usr.bin/signify/signify.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/signify/signify.1 b/usr.bin/signify/signify.1 index 19256bbed9c..e1249ae5fe3 100644 --- a/usr.bin/signify/signify.1 +++ b/usr.bin/signify/signify.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: signify.1,v 1.12 2014/01/10 04:34:24 tedu Exp $ +.\" $OpenBSD: signify.1,v 1.13 2014/01/10 07:53:04 jmc Exp $ .\" .\"Copyright (c) 2013 Marc Espie <espie@openbsd.org> .\"Copyright (c) 2013 Ted Unangst <tedu@openbsd.org> @@ -121,7 +121,6 @@ Verify a signature, using the default signature name: .Pp Verify a release directory: .Dl $ signify -p /etc/signify/55base.pub -V SHA256 && sha256 -c SHA256 -.Pp .Sh SEE ALSO .Xr fw_update 1 , .Xr pkg_add 1 , |