Module Name: src
Committed By: wiz
Date: Wed Aug 30 05:47:24 UTC 2017
Modified Files:
src/share/man/man4: veriexec.4
Log Message:
Make all headers bold.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/share/man/man4/veriexec.4:1.25
--- src/share/man/man4/veriexec.4:1.24 Tue Aug 29 23:38:50 2017
+++ src/share/man/man4/veriexec.4 Wed Aug 30 05:47:24 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: veriexec.4,v 1.24 2017/08/29 23:38:50 pgoyette Exp $
+.\" $NetBSD: veriexec.4,v 1.25 2017/08/30 05:47:24 wiz Exp $
.\"
.\" Copyright 2005 Elad Efrat <[email protected]>
.\" Copyright 2005 Brett Lymn <[email protected]>
@@ -60,7 +60,7 @@ Load an entry for a file to be monitored
.Pp
The dictionary passed contains the following elements:
.Bl -column keepxfilename string
-.It Sy Name Type Purpose
+.It Sy Name Ta Sy Type Ta Sy Purpose
.It file string filename for this entry
.It entry-type uint8 entry type ( see below )
.It fp-type string fingerprint hashing algorithm
@@ -71,7 +71,7 @@ The dictionary passed contains the follo
.Dq entry-type
can be one or more (binary-OR'd) of the following:
.Bl -column veriexecxuntrusted effect
-.It Sy Type Effect
+.It Sy Type Ta Sy Effect
.It Dv VERIEXEC_DIRECT can execute directly
.It Dv VERIEXEC_INDIRECT can execute indirectly (interpreter, Xr mmap 2 )
.It Dv VERIEXEC_FILE can be opened
@@ -83,7 +83,7 @@ Removes either an entry for a single fil
.Pp
The dictionary passed contains the following elements:
.Bl -column file string
-.It Sy Name Type Purpose
+.It Sy Name Ta Sy Type Ta Sy Purpose
.It file string filename or mount-point
.El
.It Dv VERIEXEC_DUMP
@@ -94,7 +94,7 @@ monitored files database from the kernel
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
+.It Sy Name Ta Sy Type Ta Sy Purpose
.It file string filename
.It fp-type string fingerprint hashing algorithm
.It fp data the fingerprint
@@ -113,13 +113,13 @@ about a file, returning information that
.Pp
The dictionary passed contains the following elements:
.Bl -column file string
-.It Sy Name Type Purpose
+.It Sy Name Ta Sy Type Ta Sy Purpose
.It file string filename
.El
.Pp
The dictionary returned contains the following elements:
.Bl -column entryxtype string
-.It Sy Name Type Purpose
+.It Sy Name Ta Sy Type Ta Sy Purpose
.It entry-type uint8 entry type ( see above )
.It status uint8 entry status
.It fp-type string fingerprint hashing algorithm
@@ -129,7 +129,7 @@ The dictionary returned contains the fol
.Dq status
can be one of the following:
.Bl -column fingerprintxmismatch effect
-.It Sy Status Meaning
+.It Sy Status Ta Sy Meaning
.It Dv FINGERPRINT_NOTEVAL not evaluated
.It Dv FINGERPRINT_VALID fingerprint match
.It Dv FINGERPRINT_MISMATCH fingerprint mismatch