add gfrtc(4)
authorjsg <jsg@openbsd.org>
Sat, 24 Apr 2021 05:16:27 +0000 (05:16 +0000)
committerjsg <jsg@openbsd.org>
Sat, 24 Apr 2021 05:16:27 +0000 (05:16 +0000)
share/man/man4/Makefile
share/man/man4/gfrtc.4 [new file with mode: 0644]

index 073f308..0edb314 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.794 2021/04/07 17:13:38 kettenis Exp $
+#      $OpenBSD: Makefile,v 1.795 2021/04/24 05:16:27 jsg Exp $
 
 MAN=   aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \
        acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -33,7 +33,7 @@ MAN=  aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \
        eso.4 ess.4 et.4 etherip.4 etphy.4 ex.4 exphy.4 exrtc.4 \
        fanpwr.4 fd.4 fdc.4 fec.4 fido.4 fins.4 fintek.4 fms.4 fusbtc.4 \
        fuse.4 fxp.4 \
-       gdt.4 gentbi.4 gem.4 gif.4 glenv.4 glkgpio.4 gpio.4 gpiodcf.4 \
+       gdt.4 gentbi.4 gem.4 gfrtc.4 gif.4 glenv.4 glkgpio.4 gpio.4 gpiodcf.4 \
        gpioiic.4 gpioow.4 graphaudio.4 gre.4 gscsio.4 \
        hds.4 hiclock.4 hidwusb.4 hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 \
        hireset.4 hitemp.4 hme.4 hotplug.4 hsq.4 \
diff --git a/share/man/man4/gfrtc.4 b/share/man/man4/gfrtc.4
new file mode 100644 (file)
index 0000000..0bcc3bb
--- /dev/null
@@ -0,0 +1,34 @@
+.\"    $OpenBSD: gfrtc.4,v 1.1 2021/04/24 05:16:27 jsg Exp $
+.\"
+.\" Copyright (c) 2021 Jonathan Gray <jsg@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: April 24 2021 $
+.Dt GFRTC 4
+.Os
+.Sh NAME
+.Nm gfrtc
+.Nd Google Goldfish real-time clock
+.Sh SYNOPSIS
+.Cd "gfrtc* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the real-time clock interface of Google's Goldfish
+Android virtual hardware platform.
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 7.0 .