Source-Changes-HG archive

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

[src/trunk]: src/bin/systrace Sort sections, Sh -> Ss in one place.



details:   https://anonhg.NetBSD.org/src/rev/5105edf86f21
branches:  trunk
changeset: 534608:5105edf86f21
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jul 30 17:06:58 2002 +0000

description:
Sort sections, Sh -> Ss in one place.

diffstat:

 bin/systrace/systrace.1 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r cbeebf967125 -r 5105edf86f21 bin/systrace/systrace.1
--- a/bin/systrace/systrace.1   Tue Jul 30 16:29:28 2002 +0000
+++ b/bin/systrace/systrace.1   Tue Jul 30 17:06:58 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: systrace.1,v 1.6 2002/07/30 16:29:31 itojun Exp $
+.\"    $NetBSD: systrace.1,v 1.7 2002/07/30 17:06:58 wiz Exp $
 .\"    $OpenBSD: systrace.1,v 1.23 2002/07/30 16:27:21 itojun Exp $
 .\"
 .\" Copyright 2002 Niels Provos <provos%citi.umich.edu@localhost>
@@ -95,7 +95,7 @@
 as
 .Ar command .
 .El
-.Sh POLICY
+.Ss POLICY
 The policy is specified via the following grammar:
 .Bd -literal -offset 4
 filter = expression "then" action errorcode
@@ -214,13 +214,13 @@
 .Ox 3.2 .
 It appeared in
 .Nx 1.7 .
+.Sh AUTHORS
+The
+.Nm
+utility has been developed by Niels Provos.
 .Sh BUGS
 Applications that use clone()-like system calls to share the complete
 address space between processes may be able to replace system call
 arguments after they have been evaluated by
 .Nm
 and escape policy enforcement.
-.Sh AUTHORS
-The
-.Nm
-utility has been developed by Niels Provos.



Home | Main Index | Thread Index | Old Index