From 16ca91d9ed4b8cc35210f323412c8b4772e0b85d Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 16 Nov 2008 22:05:28 +0000 Subject: [PATCH] Poll API may be disabled git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1259 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxUserGuide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 557d59036eb..7d37b73ef18 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -5772,7 +5772,7 @@ interface of the same name.
  • 2.10.5 unsetenv
  • Disabling Environment Variable Support. - All support for environment variables can be disabled by setting CONFIG_DISABLE_ENVIRONMENT + All support for environment variables can be disabled by setting CONFIG_DISABLE_ENVIRON in the board configuration file.