Drop trailing whitespace. Fix a typo.
This commit is contained in:
parent
db984b12a6
commit
86f767cf74
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: veriexecgen.8,v 1.2 2006/09/16 21:41:59 elad Exp $
|
||||
.\" $NetBSD: veriexecgen.8,v 1.3 2006/09/17 01:02:30 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2006 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -37,14 +37,14 @@
|
||||
.Dd September 16, 2006
|
||||
.Dt VERIEXECGEN 8
|
||||
.Sh NAME
|
||||
.Nm veriexecgen
|
||||
.Nm veriexecgen
|
||||
.Nd generate fingerprints for Veriexec
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl Aarv
|
||||
.Op Fl d Pa dir
|
||||
.Op Fl o Pa fingerprintdb
|
||||
.Op Fl t Ar algorithm
|
||||
.Op Fl t Ar algorithm
|
||||
.Nm
|
||||
.Op Fl h
|
||||
.Sh DESCRIPTION
|
||||
@ -72,7 +72,7 @@ Append to the output file, don't overwrite it.
|
||||
.It Fl a
|
||||
Add fingerprints for non-executable files as well.
|
||||
.It Fl D
|
||||
Search system directories,
|
||||
Search system directories,
|
||||
.Pa /bin ,
|
||||
.Pa /sbin ,
|
||||
.Pa /usr/bin ,
|
||||
@ -115,8 +115,8 @@ Fingerprint files in the common system directories using the default hashing
|
||||
algorithm
|
||||
.Dq sha256
|
||||
and save to the default fingerprint database:
|
||||
.Bd -literal -offset indent
|
||||
# veriexecgen -D
|
||||
.Bd -literal -offset indent
|
||||
# veriexecgen -D
|
||||
.Ed
|
||||
.Pp
|
||||
Fingerprint files in
|
||||
@ -131,9 +131,9 @@ Fingerprint files in
|
||||
.Dq rmd160
|
||||
as the hashing algorithm, saving to
|
||||
.Pa /etc/somewhere.fp :
|
||||
.Bd -literal -offset indent
|
||||
.Bd -literal -offset indent
|
||||
# veriexecgen -d /path/to/somewhere -t rmd160 -o /etc/somewhere.fp
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr veriexec 4 ,
|
||||
.Xr veriexectl 8
|
||||
.Xr veriexecctl 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user