diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2018-04-01 09:03:26 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2018-04-01 09:03:26 +0000 |
commit | cc6b93d7bc12906d8fcc90056b9630263411d181 (patch) | |
tree | c65b6d3b7bf48f07089e8797ca7f37b9bd90487e /share/man/man4/sxirtc.4 | |
parent | 9a0313ea11f9bf4a1859e60f9eeb9772417fe359 (diff) |
add some missing manual pages
Diffstat (limited to 'share/man/man4/sxirtc.4')
-rw-r--r-- | share/man/man4/sxirtc.4 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/share/man/man4/sxirtc.4 b/share/man/man4/sxirtc.4 new file mode 100644 index 00000000000..2db561f1d9b --- /dev/null +++ b/share/man/man4/sxirtc.4 @@ -0,0 +1,35 @@ +.\" $OpenBSD: sxirtc.4,v 1.1 2018/04/01 09:03:25 jsg Exp $ +.\" +.\" Copyright (c) 2018 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 1 2018 $ +.Dt SXIRTC 4 +.Os +.Sh NAME +.Nm sxirtc +.Nd Allwinner Real-time clock +.Sh SYNOPSIS +.Cd "sxirtc* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the real-time clock found in Allwinner SoCs. +.Sh SEE ALSO +.Xr intro 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 5.5 . |