Sort sections.
This commit is contained in:
parent
ac00894537
commit
5e52501584
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: veriexecgen.8,v 1.5 2006/09/17 10:14:36 elad Exp $
|
.\" $NetBSD: veriexecgen.8,v 1.6 2006/09/17 10:27:54 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2006 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2006 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -105,6 +105,8 @@ or
|
||||||
Verbose mode.
|
Verbose mode.
|
||||||
Print messages describing what operations are being done.
|
Print messages describing what operations are being done.
|
||||||
.El
|
.El
|
||||||
|
.Sh FILES
|
||||||
|
.Pa /etc/signatures
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
Fingerprint files in the common system directories using the default hashing
|
Fingerprint files in the common system directories using the default hashing
|
||||||
algorithm
|
algorithm
|
||||||
|
@ -130,8 +132,6 @@ as the hashing algorithm, saving to
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
# veriexecgen -d /path/to/somewhere -t rmd160 -o /etc/somewhere.fp
|
# veriexecgen -d /path/to/somewhere -t rmd160 -o /etc/somewhere.fp
|
||||||
.Ed
|
.Ed
|
||||||
.Sh FILES
|
|
||||||
.Pa /etc/signatures
|
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr veriexec 4 ,
|
.Xr veriexec 4 ,
|
||||||
.Xr veriexecctl 8
|
.Xr veriexecctl 8
|
||||||
|
|
Loading…
Reference in New Issue