diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index c19c544a796..6fb5c05cab4 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -5566,6 +5566,7 @@ int kbd_decode(FAR struct lib_instream_s *stream, FAR struct kbd_getstate_s *sta

6.4.1.2 syslog() and vsyslog()

Function Prototypes:

@@ -5585,6 +5586,7 @@ int vsyslog(int priority, FAR const IPTR char *src, va_list ap);

Function Prototype:

Description: @@ -5614,7 +5616,7 @@ int setlogmask(int mask); Kernel Build: The kernel build is compliant with the POSIX requirement: There will be one mask for for each user process, controlling the SYSLOG output only form that process. There will be a separate mask accessable only in the kernel code to control kernel SYSLOG output.

- These are all standard interfaces as defined at OpenGroup.org. + The above are all standard interfaces as defined at OpenGroup.org. Those interfaces are available for use by application software. The remaining interfaces discussed in this section are non-standard, OS-internal interfaces.

6.4.1.4 Debug Interfaces

@@ -5695,6 +5697,7 @@ int setlogmask(int mask);

6.4.2.1 syslog_channel()

Function Prototype:

Description: @@ -5744,6 +5747,7 @@ int syslog_channel(FAR const struct syslog_channel_s *channel);

6.4.2.3 syslog_initialize()

Function Prototype: