summaryrefslogtreecommitdiff
path: root/fatfs/doc/en/fattime.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/doc/en/fattime.html')
-rw-r--r--fatfs/doc/en/fattime.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/fatfs/doc/en/fattime.html b/fatfs/doc/en/fattime.html
index d8c245e..42fb1c8 100644
--- a/fatfs/doc/en/fattime.html
+++ b/fatfs/doc/en/fattime.html
@@ -13,7 +13,7 @@
<div class="para func">
<h2>get_fattime</h2>
-<p>The get_fattime function gets current time.</p>
+<p>The get_fattime function gets the current time.</p>
<pre>
DWORD get_fattime (void);
</pre>
@@ -22,7 +22,7 @@ DWORD get_fattime (void);
<div class="para ret">
<h4>Return Value</h4>
-<p>Currnet time is returned with packed into a <tt>DWORD</tt> value. The bit field is as follows:</p>
+<p>Currnet local time is returned in bit-fields packed into a <tt>DWORD</tt> value. The bit field is as follows:</p>
<dl class="ret">
<dt>bit31:25</dt>
<dd>Year origin from the 1980 (0..127)</dd>
@@ -42,13 +42,13 @@ DWORD get_fattime (void);
<div class="para desc">
<h4>Description</h4>
-<p>The <tt>get_fattime()</tt> function shall return any valid time even if the system does not support a real time clock. If a zero is returned, the file will not have a valid timestamp.</p>
+<p>The <tt>get_fattime</tt> function shall return any valid time even if the system does not support a real time clock. If a zero is returned, the file will not have a valid timestamp.</p>
</div>
<div class="para comp">
<h4>QuickInfo</h4>
-<p>This function is not needed when <tt>_FS_READONLY == 1</tt>.</p>
+<p>This function is not needed when <tt>_FS_READONLY == 1</tt> or <tt>_FS_NORTC == 1</tt>.</p>
</div>