summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-14 18:29:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-14 18:29:27 +0000
commit089108e86426b3371e4303d3942a5c911e264572 (patch)
tree340638eb5240e2e3a5c8d5214d1f7ca5415395ba /nuttx/ChangeLog
parent27b2633b7c50bb76bfe1333b628e1548ac6ca1d8 (diff)
downloadpx4-nuttx-089108e86426b3371e4303d3942a5c911e264572.tar.gz
px4-nuttx-089108e86426b3371e4303d3942a5c911e264572.tar.bz2
px4-nuttx-089108e86426b3371e4303d3942a5c911e264572.zip
Update README files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3609 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0f045301e..4144af00d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1755,7 +1755,7 @@
* lib/stdio: All output stream logic was modified to support CONFIG_STDIO_LINEBUFFER.
If standard C buffered I/O is enabled (CONFIG_STDIO_BUFFER_SIZE > 0), then this
option may be added to force automatic, line-oriented flushing the output buffer
- for printf() fprintf(), and vfprintf(). When a newline is encountered in the
- format string, the output buffer will be flushed. This (slightly) increases
- the NuttX footprint but supports the kind of behavior that people expect for
- printf.
+ for putc(), fputc(), putchar(), puts(), fputs(), printf() fprintf(), and vfprintf().
+ When a newline is encountered in the output string, the output buffer will be
+ flushed. This (slightly) increases the NuttX footprint but supports the kind of
+ behavior that people expect for printf.