From aa7b1be49a6afa1b6926eeab225483b94bacee83 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Wed, 7 Jan 2009 01:57:34 +0000 Subject: Updated terminal log option. --- man/C/msec.8 | 2 +- src/msec/libmsec.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/C/msec.8 b/man/C/msec.8 index 8a0c098..2c7a201 100644 --- a/man/C/msec.8 +++ b/man/C/msec.8 @@ -396,7 +396,7 @@ Accepted values: \fIyes, no\fP .TP 4 .B \fIenable_console_log\fP -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. MSEC parameter: \fIENABLE_CONSOLE_LOG\fP 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) -- cgit v1.2.1