diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 532da8c16c..9deff7a064 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -4378,11 +4378,6 @@ build POSIX requires that perror() provide its output on stderr. This option may be defined, however, to provide perror() output that is serialized with other stdout messages. -
  • - CONFIG_LIBC_PERROR_DEVNAME: - Another non-standard option is to provide perror() output to a logging device or file. - CONFIG_LIBC_PERROR_DEVNAME may be defined to be any write-able, character device (or file). -
  • Allow for architecture optimized implementations