diff options
author | Frederic Lepied <flepied@mandriva.com> | 2002-03-26 04:54:49 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2002-03-26 04:54:49 +0000 |
commit | 96b3c0a7bcff8be9fc91710429ccc8babe15e3ed (patch) | |
tree | 6405f0e2d85eba139640e3841891cdfaa46ff28f | |
parent | c207a35f53e06d88057ed6b9ec3fc076f6ed6842 (diff) | |
download | msec-96b3c0a7bcff8be9fc91710429ccc8babe15e3ed.tar msec-96b3c0a7bcff8be9fc91710429ccc8babe15e3ed.tar.gz msec-96b3c0a7bcff8be9fc91710429ccc8babe15e3ed.tar.bz2 msec-96b3c0a7bcff8be9fc91710429ccc8babe15e3ed.tar.xz msec-96b3c0a7bcff8be9fc91710429ccc8babe15e3ed.zip |
document ignore argument.
-rwxr-xr-x | share/man.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man.py b/share/man.py index db5e15b..6e7c4e3 100755 --- a/share/man.py +++ b/share/man.py @@ -21,15 +21,15 @@ mseclib .SH SYNOPSIS .nf .B from mseclib import * -.B function1() -.B function2(arg1) +.B function1(yes) +.B function2(ignore) .fi .SH DESCRIPTION .B mseclib is a python library to access the function used by the msec program. This functions can be used in /etc/security/msec/level.local to override the behaviour of the msec program or in standalone -scripts. The argument of the functions takes a value of 1 or 0 (or yes/no) except when specified -otherwise. +scripts. The first argument of the functions takes a value of 1 or 0 or -1 (or yes/no/ignore) +except when specified otherwise. ''' footer = '''.RE |