From ccb4fb921447d744975c77636df30971ce9872a7 Mon Sep 17 00:00:00 2001 From: mglocker Date: Mon, 24 Oct 2022 18:34:29 +0000 Subject: [PATCH] We recently added support for the DS1339. --- share/man/man4/maxrtc.4 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/share/man/man4/maxrtc.4 b/share/man/man4/maxrtc.4 index 7d0bd685ab3..eb188b65b93 100644 --- a/share/man/man4/maxrtc.4 +++ b/share/man/man4/maxrtc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: maxrtc.4,v 1.2 2018/06/18 06:06:52 jmc Exp $ +.\" $OpenBSD: maxrtc.4,v 1.3 2022/10/24 18:34:29 mglocker Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt .\" Copyright (c) 2016 Marcus Glocker @@ -15,20 +15,20 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 18 2018 $ +.Dd $Mdocdate: October 24 2022 $ .Dt MAXRTC 4 .Os .Sh NAME .Nm maxrtc -.Nd Maxim DS1307 real-time clock +.Nd Maxim DS1307/DS1339 real-time clock .Sh SYNOPSIS .Cd "maxrtc* at iic?" .Sh DESCRIPTION The .Nm -driver provides support for the Maxim DS1307 real-time clock chip. -It is a low-power, full binary-coded decimal (BCD) clock/calendar -plus 56 bytes of NV SRAM. +driver provides support for the Maxim DS1307 and DS1339 real-time clock chip. +It is a low-power, full binary-coded decimal (BCD) clock/calendar. +In addition, the DS1307 comes with 56 bytes of NV SRAM. .Sh SEE ALSO .Xr iic 4 , .Xr intro 4 -- 2.20.1