summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-06-27 03:59:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-06-27 03:59:12 +0000
commit33bc8ab26703be13e2205f9f0ec97debdbf51301 (patch)
tree0faea32ecb375083c65067741e69ffd69dbabcf8
parenta310d824c846b2238a979c4083398dfafe339773 (diff)
more man pages for lazy Dale
-rw-r--r--share/man/man4/Makefile5
-rw-r--r--share/man/man4/ricohrtc.437
2 files changed, 40 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 2bbdb1e7993..a1db1ab088f 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.366 2006/06/27 03:54:24 deraadt Exp $
+# $OpenBSD: Makefile,v 1.367 2006/06/27 03:59:11 deraadt Exp $
MAN= aac.4 ac97.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \
adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \
@@ -32,7 +32,8 @@ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \
pcfiic.4 pciide.4 pckbc.4 pckbd.4 pcmcia.4 pcn.4 pcppi.4 pcscp.4 \
pf.4 pflog.4 pfsync.4 piixpm.4 pim.4 \
pms.4 ppb.4 ppp.4 pppoe.4 pty.4 puc.4 qsphy.4 radio.4 raid.4 ral.4 \
- random.4 ray.4 rd.4 re.4 rgephy.4 rl.4 rln.4 rlphy.4 route.4 rt.4 \
+ random.4 ray.4 rd.4 re.4 rgephy.4 ricohrtc.4 \
+ rl.4 rln.4 rlphy.4 route.4 rt.4 \
rtfps.4 rtii.4 rtw.4 safe.4 safte.4 san.4 sbus.4 scsi.4 sd.4 \
sdmmc.4 sdhc.4 ses.4 \
sequencer.4 sf.4 sf2r.4 sfr.4 siop.4 sis.4 sk.4 sl.4 sm.4 \
diff --git a/share/man/man4/ricohrtc.4 b/share/man/man4/ricohrtc.4
new file mode 100644
index 00000000000..846200e6a47
--- /dev/null
+++ b/share/man/man4/ricohrtc.4
@@ -0,0 +1,37 @@
+.\" $OpenBSD: ricohrtc.4,v 1.1 2006/06/27 03:59:11 deraadt Exp $
+.\"
+.\" Copyright (c) 2006 Theo de Raadt <deraadt@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 June 26, 2006
+.Dt RICOHRTC 4
+.Os
+.Sh NAME
+.Nm ricohrtc
+.Nd Ricoh RS5C372 Real Time Clock
+.Sh SYNOPSIS
+.Cd "ricohrtc* at iic? addr 0x32"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Ricoh RS5C372 Real Time Clock chip.
+.Sh SEE ALSO
+.Xr iic 4 ,
+.Xr intro 4
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Dale Rahn Aq drahn@openbsd.org .