diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-15 07:52:13 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-15 07:52:13 +0000 |
commit | de6943fa3102c4cbd9f90ce346e14acf51fc66d4 (patch) | |
tree | 78c15a901c018cbd91982e9655f3a233c2118df4 /share/man | |
parent | c6db6e6edfa64fe4d8836fc5aaeda8332d6f1f07 (diff) |
pms0r -> psm0
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 3 | ||||
-rw-r--r-- | share/man/man4/man4.i386/pms.4 | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 9810614424b..9052374e98c 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 1996/08/16 00:02:54 dm Exp $ +# $OpenBSD: Makefile,v 1.12 1996/10/15 07:52:11 downsj Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ @@ -9,6 +9,7 @@ MAN+= eg.4 el.4 ie.4 joy.4 le.4 wt.4 MAN+= gus.4 pss.4 sb.4 wss.4 MLINKS= mem.4 kmem.4 +MLINKS+= pms.4 psm.4 MANSUBDIR=/i386 .include <bsd.prog.mk> diff --git a/share/man/man4/man4.i386/pms.4 b/share/man/man4/man4.i386/pms.4 index c3e592bcf14..4b86bbe92fd 100644 --- a/share/man/man4/man4.i386/pms.4 +++ b/share/man/man4/man4.i386/pms.4 @@ -1,5 +1,5 @@ .\" -.\" $OpenBSD: pms.4,v 1.3 1996/10/13 05:58:33 downsj Exp $ +.\" $OpenBSD: pms.4,v 1.4 1996/10/15 07:52:12 downsj Exp $ .\" .\" Copyright (c) 1996, Jason Downs. .\" Copyright (c) 1993 Christopher G. Demetriou @@ -73,10 +73,10 @@ puts it into translated (or cooked) mode. If the mode of the device driver changes, all pending but not yet read input is flushed. .Sh FILES .Bl -tag -width Pa -compact +.It Pa /dev/psm0 +PS/2 mouse device file, defaulting to raw mode .It Pa /dev/pms0 PS/2 mouse device file, defaulting to translating mode -.It Pa /dev/pms0r -PS/2 mouse device file, defaulting to raw mode .El .Sh SEE ALSO .Xr lms 4 , |