diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-26 22:09:54 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-26 22:09:54 +0000 |
commit | 194b41c905c1e28097d05b6cbbf93a9cd1398fe9 (patch) | |
tree | e631f8c32131fc3fd5c70d3fe314d89a2270acf8 /share/man/man4/wsmouse.4 | |
parent | e3ac39c912bcefd466df7dd4a9262264088807cf (diff) |
Second part of the man4 mi cleanup.
- more/better xrefs
- sync .Cd lines with actual configuration files
- intro(4) reference police
- huge usb(4) update
- follow mdoc.samples suggested man page section ordering when necessary
- add netintro(4) and hostname.if(5) xrefs to all ethernet drivers
ok deraadt@ mickey@
Diffstat (limited to 'share/man/man4/wsmouse.4')
-rw-r--r-- | share/man/man4/wsmouse.4 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man4/wsmouse.4 b/share/man/man4/wsmouse.4 index b1e01c3b9da..a931a640209 100644 --- a/share/man/man4/wsmouse.4 +++ b/share/man/man4/wsmouse.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsmouse.4,v 1.4 2001/06/22 12:15:47 mpech Exp $ +.\" $OpenBSD: wsmouse.4,v 1.5 2002/09/26 22:09:53 miod Exp $ .\" $NetBSD: wsmouse.4,v 1.3 1999/12/06 14:52:08 augustss Exp $ .\" .Dd March 20, 1999 @@ -20,7 +20,7 @@ (Logitech bus mouse, i386 only) .Cd "wsmouse* at mms? mux 0" (Microsoft InPort mouse, i386 only) -.Cd "wsmouse0 at ams? mux 0" +.Cd "wsmouse* at ams? mux 0" (Apple ADB mouse) .Sh DESCRIPTION The @@ -47,10 +47,13 @@ utility gives access to these variables. .It Pa /usr/include/dev/wscons/wsconsio.h .El .Sh SEE ALSO +.Xr ams 4 , +.Xr intro 4 , .Xr lms 4 , .Xr mms 4 , .Xr pms 4 , .Xr ums 4 , .Xr wscons 4 , .Xr wsmux 4 , -.Xr wsconsctl 8 +.Xr wsconsctl 8 , +.Xr wsmoused 8 |