diff options
author | 2020-04-13 11:54:43 +0000 | |
---|---|---|
committer | 2020-04-13 11:54:43 +0000 | |
commit | 4fe22ed113b286aed8be7029dc9bf54c5964229c (patch) | |
tree | e1eb41fa176a822643b0cd74653296db2651620f | |
parent | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its (diff) | |
download | wireguard-openbsd-4fe22ed113b286aed8be7029dc9bf54c5964229c.tar.xz wireguard-openbsd-4fe22ed113b286aed8be7029dc9bf54c5964229c.zip |
add a stub page for simplepanel;
diff from marcus merighi, tweaked a bit;
text and copyright patrick;
ok patrick kettenis
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/simplepanel.4 | 44 |
2 files changed, 46 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 10b615acd6e..228688f2b89 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.761 2020/04/03 16:38:53 kettenis Exp $ +# $OpenBSD: Makefile,v 1.762 2020/04/13 11:54:43 jmc Exp $ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -67,7 +67,7 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ rl.4 rlphy.4 route.4 rsu.4 rtsx.4 rum.4 run.4 rtw.4 rtwn.4 \ safe.4 safte.4 sbus.4 schsio.4 scsi.4 sd.4 \ sdmmc.4 sdhc.4 se.4 ses.4 \ - sf.4 sili.4 simplefb.4 siop.4 sis.4 sk.4 \ + sf.4 sili.4 simplefb.4 simplepanel.4 siop.4 sis.4 sk.4 \ sm.4 smsc.4 softraid.4 spdmem.4 sdtemp.4 speaker.4 sppp.4 sqphy.4 \ ssdfb.4 st.4 ste.4 stge.4 sti.4 stp.4 sv.4 switch.4 sxiccmu.4 \ sxidog.4 sximmc.4 sxipio.4 sxipwm.4 sxirsb.4 sxirtc.4 sxisid.4 \ diff --git a/share/man/man4/simplepanel.4 b/share/man/man4/simplepanel.4 new file mode 100644 index 00000000000..6145932c1f8 --- /dev/null +++ b/share/man/man4/simplepanel.4 @@ -0,0 +1,44 @@ +.\" $OpenBSD: simplepanel.4,v 1.1 2020/04/13 11:54:43 jmc Exp $ +.\" +.\" Copyright (c) 2020 Patrick Wildt <patrick@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 13 2020 $ +.Dt SIMPLEPANEL 4 +.Os +.Sh NAME +.Nm simplepanel +.Nd simple panel display +.Sh SYNOPSIS +.Cd "simplepanel* at mainbus?" +.Sh DESCRIPTION +.Nm +is a generic driver for panels, +integrated into the +.Xr drm 4 +subsystem. +It also provides a hardcoded mode for the +Pinebook Pro display panel. +.Sh SEE ALSO +.Xr mainbus 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.7 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Patrick Wildt Aq Mt patrick@openbsd.org . |