From 96b3c0a7bcff8be9fc91710429ccc8babe15e3ed Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Tue, 26 Mar 2002 04:54:49 +0000 Subject: document ignore argument. --- share/man.py | 8 ++++---- 1 file 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 -- cgit v1.2.1