summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-03-13 23:01:09 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-03-13 23:01:09 +0000
commit6fb02c69c24a28a80f0cbeacadc21f6631aa0416 (patch)
tree08b1b1f549c8faa49f2ed843babf582b95cab596 /share/man
parenta42dc91eecae5d02f9cf72f6ca2ca8bbd64334be (diff)
prtc(4)
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/man4.sparc64/Makefile6
-rw-r--r--share/man/man4/man4.sparc64/prtc.442
2 files changed, 45 insertions, 3 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile
index d2e888748af..f75a65e085f 100644
--- a/share/man/man4/man4.sparc64/Makefile
+++ b/share/man/man4/man4.sparc64/Makefile
@@ -1,12 +1,12 @@
-# $OpenBSD: Makefile,v 1.60 2008/03/09 19:07:22 kettenis Exp $
+# $OpenBSD: Makefile,v 1.61 2008/03/13 23:01:08 kettenis Exp $
MAN= agten.4 apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 auxio.4 \
bbc.4 be.4 beeper.4 bpp.4 bwtwo.4 central.4 cgsix.4 cgthree.4 \
cgtwelve.4 clkbrd.4 clock.4 comkbd.4 creator.4 \
ebus.4 ecadc.4 environ.4 esp.4 fhc.4 intro.4 le.4 led.4 \
magma.4 mem.4 mgx.4 openprom.4 \
- pcons.4 pmc.4 power.4 ppm.4 psycho.4 pyro.4 qe.4 qec.4 rfx.4 sab.4 \
- schizo.4 spif.4 tda.4 timer.4 tvtwo.4 upa.4 uperf.4 \
+ pcons.4 pmc.4 power.4 ppm.4 prtc.4 psycho.4 pyro.4 qe.4 qec.4 rfx.4 \
+ sab.4 schizo.4 spif.4 tda.4 timer.4 tvtwo.4 upa.4 uperf.4 \
vbus.4 vcons.4 vigra.4 vpci.4 vrtc.4 xbox.4 \
zs.4 zx.4
MLINKS= beeper.4 beep.4 \
diff --git a/share/man/man4/man4.sparc64/prtc.4 b/share/man/man4/man4.sparc64/prtc.4
new file mode 100644
index 00000000000..a869d7c954a
--- /dev/null
+++ b/share/man/man4/man4.sparc64/prtc.4
@@ -0,0 +1,42 @@
+.\" $OpenBSD: prtc.4,v 1.1 2008/03/13 23:01:08 kettenis Exp $
+.\"
+.\" Copyright (c) 2008 Mark Kettenis <kettenis@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: March 13 2008 $
+.Dt PRTC 4 sparc64
+.Os
+.Sh NAME
+.Nm prtc
+.Nd PROM real-time clock
+.Sh SYNOPSIS
+.Cd "prtc0 at mainbus0"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the time of day service provided by the
+PROM on systems that do not have a hardware real-time clock like the
+Sun Enterprise 10000, Sun Fire 12K and Sun Fire 15K.
+.Sh SEE ALSO
+.Xr intro 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 4.4 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq kettenis@openbsd.org .