diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-08-06 00:40:55 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-08-06 00:40:55 +0000 |
commit | 632047e4e7060ac522311b7bb89cc39202cfbf68 (patch) | |
tree | 89657b23faccbc4414d7cfe944ad85f9d277c333 /share/man | |
parent | 5744627905d53310fa8c891ba6518ce354107189 (diff) |
Dynamically attach plrtc(4) using the FDT.
ok kettenis@ patrick@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.armv7/plrtc.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.armv7/vexpress.4 | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man4/man4.armv7/plrtc.4 b/share/man/man4/man4.armv7/plrtc.4 index 1f8e00da327..cdda1f00f02 100644 --- a/share/man/man4/man4.armv7/plrtc.4 +++ b/share/man/man4/man4.armv7/plrtc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: plrtc.4,v 1.1 2015/06/14 13:53:49 jsg Exp $ +.\" $OpenBSD: plrtc.4,v 1.2 2016/08/06 00:40:54 jsg Exp $ .\" .\" Copyright (c) 2015 Jonathan Gray <jsg@openbsd.org> .\" @@ -14,14 +14,14 @@ .\" 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 14 2015 $ +.Dd $Mdocdate: August 6 2016 $ .Dt PLRTC 4 armv7 .Os .Sh NAME .Nm plrtc .Nd ARM PrimeCell PL031 Real-time clock .Sh SYNOPSIS -.Cd "plrtc* at vexpress?" +.Cd "plrtc* at fdt?" .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/man4.armv7/vexpress.4 b/share/man/man4/man4.armv7/vexpress.4 index 5923975cb41..5bfe8db7777 100644 --- a/share/man/man4/man4.armv7/vexpress.4 +++ b/share/man/man4/man4.armv7/vexpress.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vexpress.4,v 1.2 2016/08/06 00:34:24 jsg Exp $ +.\" $OpenBSD: vexpress.4,v 1.3 2016/08/06 00:40:54 jsg Exp $ .\" .\" Copyright (c) 2014 Sylvestre Gallon <syl@openbsd.org> .\" @@ -33,8 +33,6 @@ ARM Versatile Express development boards. provides support for the following devices: .Pp .Bl -tag -width 12n -offset indent -compact -.It Xr plrtc 4 -ARM PrimeCell PL031 Real-time clock .It Xr pluart 4 ARM PrimeCell PL011 UART .It Xr sysreg 4 |