Source-Changes-HG archive

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

[src/trunk]: src/bin/systrace .Bd -offset does not take numeric arg, but string.



details:   https://anonhg.NetBSD.org/src/rev/8884ed5784c0
branches:  trunk
changeset: 534623:8884ed5784c0
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Jul 31 00:26:56 2002 +0000

description:
.Bd -offset does not take numeric arg, but string.

diffstat:

 bin/systrace/systrace.1 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r c04f9193c8d5 -r 8884ed5784c0 bin/systrace/systrace.1
--- a/bin/systrace/systrace.1   Wed Jul 31 00:20:51 2002 +0000
+++ b/bin/systrace/systrace.1   Wed Jul 31 00:26:56 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: systrace.1,v 1.9 2002/07/30 21:58:25 jdolecek Exp $
+.\"    $NetBSD: systrace.1,v 1.10 2002/07/31 00:26:56 itojun Exp $
 .\"    $OpenBSD: systrace.1,v 1.23 2002/07/30 16:27:21 itojun Exp $
 .\"
 .\" Copyright 2002 Niels Provos <provos%citi.umich.edu@localhost>
@@ -103,7 +103,7 @@
 .El
 .Ss POLICY
 The policy is specified via the following grammar:
-.Bd -literal -offset 4
+.Bd -literal -offset AAA
 filter = expression "then" action errorcode
 expression = symbol | "not" expression | "(" expression ")" |
     expression "and" expression | expression "or" expression
@@ -179,7 +179,7 @@
 .Pp
 Policy entries may contain an appended predicate.
 Predicates have the following format:
-.Bd -literal -offset 4
+.Bd -literal -offset AAA
 ", if" {"user", "group"} {"=", "!="} string
 .Ed
 .Pp
@@ -198,7 +198,7 @@
 An excerpt from a sample
 .Xr ls 1
 policy might look as follows:
-.Bd -literal -offset 4
+.Bd -literal -offset AAA
 Policy: /bin/ls, Emulation: native
 [...]
        native-open: filename eq "$HOME" and oflags sub "ro" then permit



Home | Main Index | Thread Index | Old Index