diff options
author | Frederic Lepied <flepied@mandriva.com> | 2002-03-08 18:41:56 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2002-03-08 18:41:56 +0000 |
commit | a43a6f4e9f519fa2c1c5efea89195fc18738f251 (patch) | |
tree | 651737de91ad64ede15e8c41afaa7e16b4b8e5d5 | |
parent | 168e95580e7be9f0a6df85d93cc1fdbf748b1fb8 (diff) | |
download | msec-a43a6f4e9f519fa2c1c5efea89195fc18738f251.tar msec-a43a6f4e9f519fa2c1c5efea89195fc18738f251.tar.gz msec-a43a6f4e9f519fa2c1c5efea89195fc18738f251.tar.bz2 msec-a43a6f4e9f519fa2c1c5efea89195fc18738f251.tar.xz msec-a43a6f4e9f519fa2c1c5efea89195fc18738f251.zip |
document the value of arguments.
-rwxr-xr-x | share/man.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man.py b/share/man.py index ad17a36..db5e15b 100755 --- a/share/man.py +++ b/share/man.py @@ -28,14 +28,15 @@ mseclib .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. +scripts. The argument of the functions takes a value of 1 or 0 (or yes/no) except when specified +otherwise. ''' footer = '''.RE .SH "SEE ALSO" msec(8) .SH AUTHORS -Frederic Lepied <flepied@mandrakesoft.com>> +Frederic Lepied <flepied@mandrakesoft.com> ''' ### strings used in the rewritting |