Deleted Added
full compact
moused.8 (219723) moused.8 (244040)
1.\" Copyright (c) 1996
2.\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
1.\" Copyright (c) 1996
2.\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/usr.sbin/moused/moused.8 219723 2011-03-17 22:17:56Z gjb $
31.\" $FreeBSD: head/usr.sbin/moused/moused.8 244040 2012-12-08 22:16:36Z eadler $
32.\"
33.Dd May 15, 2008
34.Dt MOUSED 8
35.Os
36.Sh NAME
37.Nm moused
38.Nd pass mouse data to the console driver
39.Sh SYNOPSIS

--- 251 unchanged lines hidden (view full) ---

291.It Fl i Ar info
292Print specified information and quit.
293Available pieces of
294information are:
295.Pp
296.Bl -tag -compact -width modelxxx
297.It Ar port
298Port (device file) name, i.e.\&
32.\"
33.Dd May 15, 2008
34.Dt MOUSED 8
35.Os
36.Sh NAME
37.Nm moused
38.Nd pass mouse data to the console driver
39.Sh SYNOPSIS

--- 251 unchanged lines hidden (view full) ---

291.It Fl i Ar info
292Print specified information and quit.
293Available pieces of
294information are:
295.Pp
296.Bl -tag -compact -width modelxxx
297.It Ar port
298Port (device file) name, i.e.\&
299.Pa /dev/cuad0 ,
299.Pa /dev/cuau0 ,
300.Pa /dev/mse0
301and
302.Pa /dev/psm0 .
303.It Ar if
304Interface type: serial, bus, inport or ps/2.
305.It Ar type
306Protocol type.
307It is one of the types listed under the

--- 251 unchanged lines hidden (view full) ---

559the bus and InPort mice always use
560.Pa /dev/mse0 ,
561and the PS/2 mouse is always at
562.Pa /dev/psm0 .
563There may be more than one serial port to which the serial
564mouse can be attached.
565Many people often assign the first, built-in
566serial port
300.Pa /dev/mse0
301and
302.Pa /dev/psm0 .
303.It Ar if
304Interface type: serial, bus, inport or ps/2.
305.It Ar type
306Protocol type.
307It is one of the types listed under the

--- 251 unchanged lines hidden (view full) ---

559the bus and InPort mice always use
560.Pa /dev/mse0 ,
561and the PS/2 mouse is always at
562.Pa /dev/psm0 .
563There may be more than one serial port to which the serial
564mouse can be attached.
565Many people often assign the first, built-in
566serial port
567.Pa /dev/cuad0
567.Pa /dev/cuau0
568to the mouse.
569You can attach multiple USB mice to your system or to your USB hub.
570They are accessible as
571.Pa /dev/ums0 , /dev/ums1 ,
572and so on.
573.Pp
574You may want to create a symbolic link
575.Pa /dev/mouse

--- 150 unchanged lines hidden (view full) ---

726.It Pa /var/run/moused.pid
727process id of the currently running
728.Nm
729utility
730.It Pa /var/run/MouseRemote
731UNIX-domain stream socket for X10 MouseRemote events
732.El
733.Sh EXAMPLES
568to the mouse.
569You can attach multiple USB mice to your system or to your USB hub.
570They are accessible as
571.Pa /dev/ums0 , /dev/ums1 ,
572and so on.
573.Pp
574You may want to create a symbolic link
575.Pa /dev/mouse

--- 150 unchanged lines hidden (view full) ---

726.It Pa /var/run/moused.pid
727process id of the currently running
728.Nm
729utility
730.It Pa /var/run/MouseRemote
731UNIX-domain stream socket for X10 MouseRemote events
732.El
733.Sh EXAMPLES
734.Dl "moused -p /dev/cuad0 -i type"
734.Dl "moused -p /dev/cuau0 -i type"
735.Pp
736Let the
737.Nm
738utility determine the protocol type of the mouse at the serial port
735.Pp
736Let the
737.Nm
738utility determine the protocol type of the mouse at the serial port
739.Pa /dev/cuad0 .
739.Pa /dev/cuau0 .
740If successful, the command will print the type, otherwise it will say
741.Dq Li unknown .
742.Bd -literal -offset indent
740If successful, the command will print the type, otherwise it will say
741.Dq Li unknown .
742.Bd -literal -offset indent
743moused -p /dev/cuad0
743moused -p /dev/cuau0
744vidcontrol -m on
745.Ed
746.Pp
747If the
748.Nm
749utility is able to identify the protocol type of the mouse at the specified
750port automatically, you can start the daemon without the
751.Fl t

--- 103 unchanged lines hidden ---
744vidcontrol -m on
745.Ed
746.Pp
747If the
748.Nm
749utility is able to identify the protocol type of the mouse at the specified
750port automatically, you can start the daemon without the
751.Fl t

--- 103 unchanged lines hidden ---