aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/msec/libmsec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msec/libmsec.py b/src/msec/libmsec.py
index b3dc283..8abb78c 100755
--- a/src/msec/libmsec.py
+++ b/src/msec/libmsec.py
@@ -1170,7 +1170,7 @@ class MSEC:
menulst.exists() and menulst.remove_line_matching('^password\s')
def enable_console_log(self, arg, expr='*.*', dev='tty12'):
- ''' Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the expression describing what to log (see syslog.conf(5) for more details) and dev the device to report the log.'''
+ ''' Enable/Disable syslog reports to console terminal 12.'''
syslogconf = self.configfiles.get_config_file(SYSLOGCONF)