On 2016-02-22, Henrique N. Lengler <henriquel...@openmailbox.org> wrote:
> Hi,
>
> As I posted here <https://marc.info/?l=openbsd-misc&m=145584996023489&w=2>, 
> I was in an attempt to work with wskbd, and seeking for documentation.
>
> I said that the only info I get was wskbd(4), which does not provide info 
> about
> working with code and the wskbd framework.
>
> _tl;dr_ - Turns out that I could find information about wskbd framework 
> (wskbd(9)), 
> and the others like wsdisplay, wsmouse ... not on my system, but on netbsd
> manpages.
>
> See the links:
>
>       http://netbsd.gw.com/cgi-bin/man-cgi?wskbd+9+NetBSD-6.0
>       http://netbsd.gw.com/cgi-bin/man-cgi?wsdisplay+9+NetBSD-6.0
>       http://netbsd.gw.com/cgi-bin/man-cgi?wsdisplay+9+NetBSD-6.0
>       ...
>
> So the question is, shouldn't openbsd include these manpages, or at least any
> other that document these frameworks?
>
>

Works for me:

http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/wsmouse.4?query=wsmouse
http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/wsdisplay.4?query=wsdisplay
http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/wskbd.4?query=wskbd

$ man -k ws | grep ^ws
ws(4) - wscons pointer input driver for Xorg on *BSD
wscons(4) - console access
wsdisplay(4) - generic display device support in wscons
wsfb(4) - video driver for wsdisplay framebuffer device
wskbd(4) - generic keyboard support in wscons
wsmouse(4) - generic mouse support in wscons
wsmux(4) - console keyboard/mouse multiplexor for wscons
wss(4/i386) - Windows Sound System audio device
wsudl(4) - video driver for DisplayLink USB display devices
wsconsctl.conf(5) - wsconsctl variables to set at system startup
wsconscfg(8) - configure virtual terminals on a wscons display
wsconsctl(8) - get or set wscons state
wsfontload(8) - load a font bitmap into a wscons display device
wsmoused(8/alpha) - wsmouse daemon
wsmoused(8/amd64) - wsmouse daemon
wsmoused(8/i386) - wsmouse daemon

Reply via email to