summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/man4.atari/rtc.4 3.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:55:15 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:55:15 -0400
commit253e67c8b3a72b3a4757fdbc5845297628db0a4a (patch)
treeadf53b66087aa30dfbf8bf391a1dadb044c3bf4d /static/netbsd/man4/man4.atari/rtc.4 3.html
parenta9157ce950dfe2fc30795d43b9d79b9d1bffc48b (diff)
docs: Added All NetBSD Manuals
Diffstat (limited to 'static/netbsd/man4/man4.atari/rtc.4 3.html')
-rw-r--r--static/netbsd/man4/man4.atari/rtc.4 3.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/static/netbsd/man4/man4.atari/rtc.4 3.html b/static/netbsd/man4/man4.atari/rtc.4 3.html
new file mode 100644
index 00000000..7eee236a
--- /dev/null
+++ b/static/netbsd/man4/man4.atari/rtc.4 3.html
@@ -0,0 +1,52 @@
+<table class="head">
+ <tr>
+ <td class="head-ltitle">RTC(4)</td>
+ <td class="head-vol">Device Drivers Manual (atari)</td>
+ <td class="head-rtitle">RTC(4)</td>
+ </tr>
+</table>
+<div class="manual-text">
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">rtc</code> &#x2014; <span class="Nd">Atari Real
+ Time Clock</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="Cd">clock0 at mainbus0</code></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp">The <code class="Nm">rtc</code> driver supports reading from and
+ writing to the Atari real time clock (RTC). When reading from the RTC, the
+ format string of the output, as described in the
+ <a class="Xr">strftime(3)</a> manual page, is:</p>
+<div class="Bd Pp Bd-indent Li">
+<pre>``%Y%m%d%H%M.%S''</pre>
+</div>
+<p class="Pp">The same format is used to set the RTC to the current date. Note
+ that the kernel expects the RTC to run in UTC.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1>
+<dl class="Bl-tag Bl-compact">
+ <dt><span class="Pa">/dev/rtc</span></dt>
+ <dd style="width: auto;">&#x00A0;</dd>
+</dl>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1>
+<p class="Pp">date -u +%Y%m%d%H%M.%S &gt; /dev/rtc</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+ ALSO</a></h1>
+<p class="Pp"><a class="Xr">date(1)</a>, <a class="Xr">strftime(3)</a></p>
+</section>
+</div>
+<table class="foot">
+ <tr>
+ <td class="foot-date">November 21, 1999</td>
+ <td class="foot-os">NetBSD 10.1</td>
+ </tr>
+</table>