Trivial typo fix in README and document
This commit is contained in:
parent
8447f96ce5
commit
acf3b14fe2
|
@ -5664,7 +5664,7 @@ int setlogmask(int mask);
|
|||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<code>alert()</code>. The highest priority debug macro (<code>LOG_EMERG</code>) and is controlled by <code>CONFIG_DEBUG_ALERT</code>. The <code>alert()</code> macro is reserved for use solely by assertion and crash handling logic. It also differs from the other macros in that there it cannot be enabled per subsystem.
|
||||
<code>alert()</code>. The highest priority debug macro (<code>LOG_EMERG</code>) and is controlled by <code>CONFIG_DEBUG_ALERT</code>. The <code>alert()</code> macro is reserved for use solely by assertion and crash handling logic. It also differs from the other macros in that it cannot be enabled or disabled per subsystem.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -107,7 +107,7 @@ SYSLOG Interfaces
|
|||
* alert(). The highest priority debug macro (LOG_EMERG) and is
|
||||
controlled by CONFIG_DEBUG_ALERT. The alert() macro is reserved for
|
||||
use solely by assertion and crash handling logic. It also differs
|
||||
from the other macros in that there it cannot be enabled per
|
||||
from the other macros in that it cannot be enabled or disabled per
|
||||
subsystem.
|
||||
|
||||
SYSLOG Channels
|
||||
|
|
Loading…
Reference in New Issue