Module Name: src
Committed By: pgoyette
Date: Tue Aug 29 23:38:50 UTC 2017
Modified Files:
src/share/man/man4: veriexec.4
Log Message:
Document the keep-filename entry in the dictionary passed to VERIEXEC_LOAD.
Clean up English grammar in description of VERIEXEC_DUMP (relating to the
retention of filenames).
XXX There are several tables in this man page with column headers defined
XXX using .It Sy Col1 Col2 Col3 This causes the first header to appear
XXX as "Bold" but the remaining column headers are "Normal". I don't know
XXX how to fix it to make all the headers "Bold". :(
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/share/man/man4/veriexec.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/veriexec.4
diff -u src/share/man/man4/veriexec.4:1.23 src/share/man/man4/veriexec.4:1.24
--- src/share/man/man4/veriexec.4:1.23 Tue Mar 18 18:20:39 2014
+++ src/share/man/man4/veriexec.4 Tue Aug 29 23:38:50 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: veriexec.4,v 1.23 2014/03/18 18:20:39 riastradh Exp $
+.\" $NetBSD: veriexec.4,v 1.24 2017/08/29 23:38:50 pgoyette Exp $
.\"
.\" Copyright 2005 Elad Efrat <[email protected]>
.\" Copyright 2005 Brett Lymn <[email protected]>
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd March 19, 2011
+.Dd August 30, 2017
.Dt VERIEXEC 4
.Os
.Sh NAME
@@ -59,12 +59,13 @@ Load an entry for a file to be monitored
.Em Veriexec .
.Pp
The dictionary passed contains the following elements:
-.Bl -column entryxtype string
+.Bl -column keepxfilename string
.It Sy Name Type Purpose
.It file string filename for this entry
.It entry-type uint8 entry type ( see below )
.It fp-type string fingerprint hashing algorithm
.It fp data the fingerprint
+.It keep-filename bool whether or not to retain the entry's filename
.El
.Pp
.Dq entry-type
@@ -90,7 +91,7 @@ Dump the
.Em Veriexec
monitored files database from the kernel.
.Pp
-Only files that the filename is kept for them will be dumped.
+Only files for which the filename was kept will be dumped.
The returned array contains dictionaries with the following elements:
.Bl -column entryxtype string
.It Sy Name Type Purpose