diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-08-27 08:24:38 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-08-27 08:24:38 +0000 |
commit | eeed490b6215485a22abd8e9d1e25f018068130d (patch) | |
tree | 444def1630035b6544bd3d607fc95fb6e3d89df4 /share/man | |
parent | 9641fc3f51fce15a2395642995fbf3a1e675e821 (diff) |
amlclock(4)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/amlreset.4 | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 10fdd7d5a13..bf3d9c8b2ed 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.721 2019/08/26 09:44:26 kettenis Exp $ +# $OpenBSD: Makefile,v 1.722 2019/08/27 08:24:37 kettenis Exp $ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -11,7 +11,7 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ aggr.4 agp.4 \ ahc.4 ahci.4 ahd.4 aibs.4 aic.4 \ akbd.4 alipm.4 amas.4 amdiic.4 amdpm.4 ami.4 \ - amlreset.4 amluart.4 \ + amlclock.4 amlreset.4 amluart.4 \ amphy.4 ams.4 an.4 andl.4 aplgpio.4 aps.4 arc.4 arcofi.4 \ asbtm.4 asmc.4 ast.4 atapiscsi.4 atphy.4 ath.4 athn.4 atu.4 atw.4 \ auacer.4 audio.4 aue.4 auglx.4 auich.4 auixp.4 autri.4 auvia.4 \ diff --git a/share/man/man4/amlreset.4 b/share/man/man4/amlreset.4 index 88a1c7f6374..44e0f9735bc 100644 --- a/share/man/man4/amlreset.4 +++ b/share/man/man4/amlreset.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: amlreset.4,v 1.1 2019/08/26 09:44:26 kettenis Exp $ +.\" $OpenBSD: amlreset.4,v 1.2 2019/08/27 08:24:37 kettenis Exp $ .\" .\" Copyright (c) 2019 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 26 2019 $ +.Dd $Mdocdate: August 27 2019 $ .Dt AMLRESET 4 .Os .Sh NAME @@ -27,6 +27,7 @@ The .Nm driver controls the reset signals for integrated components of Amlogic SoCs. .Sh SEE ALSO +.Xr amlclock 4 , .Xr intro 4 .Sh HISTORY The |