summaryrefslogtreecommitdiff
path: root/fatfs/documents/doc/puts.html
diff options
context:
space:
mode:
authorLeo C.2024-06-30 09:37:28 +0200
committerLeo C.2024-06-30 09:37:28 +0200
commit5630b9308323c3f3aaa09be8fe0f3aecaa826473 (patch)
treead11998289caa623b98507393f838611317ad03e /fatfs/documents/doc/puts.html
parentdbd0d34e68c73b9d3628cc1a1bda0b883976fc8b (diff)
downloadz180-stamp-5630b9308323c3f3aaa09be8fe0f3aecaa826473.zip
Import fatfs R0.15fatfs-0.15chan-fatfs
Diffstat (limited to 'fatfs/documents/doc/puts.html')
-rw-r--r--fatfs/documents/doc/puts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatfs/documents/doc/puts.html b/fatfs/documents/doc/puts.html
index 92c7e74..3695942 100644
--- a/fatfs/documents/doc/puts.html
+++ b/fatfs/documents/doc/puts.html
@@ -35,7 +35,7 @@ int f_puts (
<div class="para ret">
<h4>Return Value</h4>
-<p>When the string was written successfuly, it returns number of character encoding units written to the file. When the function failed due to disk full or any error, an EOF (-1) will be returned.</p>
+<p>When the string was written successfuly, it returns number of character encoding units written to the file. When the function failed due to disk full or any error, a negative value will be returned.</p>
</div>