Trivial typo fix in README and document

This commit is contained in:
Gregory Nutt 2016-06-22 16:17:57 -06:00
parent 8447f96ce5
commit acf3b14fe2
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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