Source-Changes-HG archive

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

[src/trunk]: src/share/man/man5 Minor markup improvements.



details:   https://anonhg.NetBSD.org/src/rev/6ba2f7bdf533
branches:  trunk
changeset: 754906:6ba2f7bdf533
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sat May 15 15:53:42 2010 +0000

description:
Minor markup improvements.

diffstat:

 share/man/man5/veriexec.5 |  38 ++++++++++++++++++++------------------
 1 files changed, 20 insertions(+), 18 deletions(-)

diffs (114 lines):

diff -r 47a0758837b3 -r 6ba2f7bdf533 share/man/man5/veriexec.5
--- a/share/man/man5/veriexec.5 Sat May 15 15:38:41 2010 +0000
+++ b/share/man/man5/veriexec.5 Sat May 15 15:53:42 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: veriexec.5,v 1.1 2008/02/18 10:37:19 elad Exp $
+.\" $NetBSD: veriexec.5,v 1.2 2010/05/15 15:53:42 jruoho Exp $
 .\"
 .\" Copyright (c) 1999
 .\"    Brett Lymn - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -29,9 +29,9 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $Id: veriexec.5,v 1.1 2008/02/18 10:37:19 elad Exp $
+.\"    $Id: veriexec.5,v 1.2 2010/05/15 15:53:42 jruoho Exp $
 .\"
-.Dd February 18, 2008
+.Dd May 15, 2010
 .Dt VERIEXEC 5
 .Os
 .Sh NAME
@@ -57,12 +57,12 @@
 .Dl path       type    fingerprint     flags
 .Pp
 The description for each field is as follows:
-.Bl -tag -width XXXX
-.It path
+.Bl -tag -width "fingerprint"
+.It Em path
 The full path to the file.
 White-space characters can be escaped if prefixed with a
 .Sq \e .
-.It type
+.It Em type
 Type of fingerprinting algorithm used for the file.
 .Pp
 Requires kernel support for the specified algorithm.
@@ -71,17 +71,17 @@
 .Bd -literal -offset indent
 # sysctl kern.veriexec.algorithms
 .Ed
-.It fingerprint
+.It Em fingerprint
 The fingerprint for the file.
 Can (usually) be generated using the following command:
 .Bd -literal -offset indent
 % cksum -a \*[Lt]algorithm\*[Gt] \*[Lt]file\*[Gt]
 .Ed
-.It flags
+.It Em flags
 Optional listing of entry flags, separated by a comma.
 These may include:
-.Bl -tag -width XXXX
-.It direct
+.Bl -tag -width "untrusted"
+.It Em direct
 Allow direct execution only.
 .Pp
 Execution of a program is said to be
@@ -90,18 +90,18 @@
 etc.) via the
 .Xr execve 2
 syscall.
-.It indirect
+.It Em indirect
 Allow indirect execution only.
 .Pp
 Execution of a program is said to be
 .Dq indirect
 if it is invoked by the kernel to interpret a script
 .Pq Dq hash-bang .
-.It file
+.It Em file
 Allow opening the file only, via the
 .Xr open 2
 syscall (no execution is allowed).
-.It untrusted
+.It Em untrusted
 Indicate that the file is located on untrusted storage and its fingerprint
 evaluation status should not be cached, but rather re-calculated each time
 it is accessed.
@@ -113,19 +113,19 @@
 .Pp
 To improve readaibility of the signatures file, the following aliases are
 provided:
-.Bl -tag -width XXXX
-.It program
+.Bl -tag -width "interpreter"
+.It Em program
 An alias for
 .Dq direct .
-.It interpreter
+.It Em interpreter
 An alias for
 .Dq indirect
-.It script
+.It Em script
 An alias for both
 .Dq direct
 and
 .Dq file .
-.It library
+.It Em library
 An alias for both
 .Dq file
 and
@@ -151,5 +151,7 @@
 first appeared in
 .Nx 2.0 .
 .Sh AUTHORS
+.An -nosplit
 .An Brett Lymn Aq blymn%NetBSD.org@localhost
+and
 .An Elad Efrat Aq elad%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index