Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/share/man/man8 Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/a656eaf27730
branches:  netbsd-8
changeset: 851037:a656eaf27730
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Sep 23 17:44:58 2017 +0000

description:
Pull up following revision(s) (requested by sevan in ticket #287):
        share/man/man8/veriexec.8: revision 1.5-1.6
The bogus number police
Add missing VERIFIED_EXEC_FP_SHA384 option.

diffstat:

 share/man/man8/veriexec.8 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 3149a3b4a737 -r a656eaf27730 share/man/man8/veriexec.8
--- a/share/man/man8/veriexec.8 Sat Sep 23 17:43:15 2017 +0000
+++ b/share/man/man8/veriexec.8 Sat Sep 23 17:44:58 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: veriexec.8,v 1.4 2014/03/18 18:20:40 riastradh Exp $
+.\" $NetBSD: veriexec.8,v 1.4.18.1 2017/09/23 17:44:58 snj Exp $
 .\"
 .\" Copyright (c) 2008 Elad Efrat <elad%NetBSD.org@localhost>
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd February 18, 2008
+.Dd September 13, 2017
 .Dt VERIEXEC 8
 .Os
 .Sh NAME
@@ -67,12 +67,13 @@
 .Em Veriexec
 requires a pseudo-device to run:
 .Bd -literal -offset indent
-pseudo-device veriexec 1
+pseudo-device veriexec
 .Ed
 .Pp
 Additionally, one or more options for digital fingerprint algorithm support:
 .Bd -literal -offset indent
 options VERIFIED_EXEC_FP_SHA256
+options VERIFIED_EXEC_FP_SHA384
 options VERIFIED_EXEC_FP_SHA512
 .Ed
 .Pp



Home | Main Index | Thread Index | Old Index