summaryrefslogtreecommitdiff
path: root/fatfs/documents/doc/unlink.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/unlink.html
parentdbd0d34e68c73b9d3628cc1a1bda0b883976fc8b (diff)
downloadz180-stamp-5630b9308323c3f3aaa09be8fe0f3aecaa826473.zip
Import fatfs R0.15fatfs-0.15chan-fatfs
Diffstat (limited to 'fatfs/documents/doc/unlink.html')
-rw-r--r--fatfs/documents/doc/unlink.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatfs/documents/doc/unlink.html b/fatfs/documents/doc/unlink.html
index 26f3cb9..7809648 100644
--- a/fatfs/documents/doc/unlink.html
+++ b/fatfs/documents/doc/unlink.html
@@ -13,7 +13,7 @@
<div class="para func">
<h2>f_unlink</h2>
-<p>The f_unlink function removes a file or sub-directory.</p>
+<p>The f_unlink function removes a file or sub-directory from the volume.</p>
<pre>
FRESULT f_unlink (
const TCHAR* <span class="arg">path</span> <span class="c">/* [IN] Object name */</span>