From acf3b14fe21f9028898e063ff3b6dc3428d2652b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 22 Jun 2016 16:17:57 -0600 Subject: [PATCH] Trivial typo fix in README and document --- Documentation/NuttxPortingGuide.html | 2 +- drivers/syslog/README.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 6fb5c05cab..d36ca6f210 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -5664,7 +5664,7 @@ int setlogmask(int mask);
  • - 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 subsystem. + 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 it cannot be enabled or disabled per subsystem.

  • diff --git a/drivers/syslog/README.txt b/drivers/syslog/README.txt index 07ac0cf31e..2764f0e2ad 100644 --- a/drivers/syslog/README.txt +++ b/drivers/syslog/README.txt @@ -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