Avoid using "note that" and "note: " in documentation.
This commit is contained in:
@@ -1724,7 +1724,7 @@ logger will get forwarded to sudo log system, as it would call sudo.debug.
|
||||
.PP
|
||||
The log handler of sudo will map each Python log level of a message to
|
||||
the appropriate sudo debug level.
|
||||
Note however, that sudo debug system will only get the messages not filtered
|
||||
The sudo debug system will only receive messages that are not filtered
|
||||
out by the Python loggers.
|
||||
For example, the log level of the python logger will be an additional filter
|
||||
for the log messages, and is usually very different from what level is set in sudo.conf
|
||||
@@ -1790,7 +1790,7 @@ The function arguments are as follows:
|
||||
.TP 6n
|
||||
\fIoptions_dict\fR
|
||||
A dictionary where both the key and the value are strings.
|
||||
Note that the key should not contain an equal sign
|
||||
The key should not contain an equal sign
|
||||
(\(oq\&=\(cq),
|
||||
otherwise the resulting string will have a different meaning.
|
||||
However, this is not currently enforced.
|
||||
|
Reference in New Issue
Block a user