diff options
author | ru <ru@FreeBSD.org> | 2001-08-07 15:48:51 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-07 15:48:51 +0000 |
commit | 43457588767caedd16dbf19162de0a6a435dfeda (patch) | |
tree | 0505e005ecc9492a4b759dc8e06eb138613e4aa4 /usr.sbin/moused | |
parent | 6b00d6a3ebd552afe7b0a0844e598ee70810f887 (diff) | |
download | FreeBSD-src-43457588767caedd16dbf19162de0a6a435dfeda.zip FreeBSD-src-43457588767caedd16dbf19162de0a6a435dfeda.tar.gz |
mdoc(7) police:
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
Diffstat (limited to 'usr.sbin/moused')
-rw-r--r-- | usr.sbin/moused/moused.8 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/usr.sbin/moused/moused.8 b/usr.sbin/moused/moused.8 index 5b6642a..5ef8063 100644 --- a/usr.sbin/moused/moused.8 +++ b/usr.sbin/moused/moused.8 @@ -63,7 +63,8 @@ and the console driver work together to support mouse operation in the text console and user programs. They virtualize the mouse and provide user programs with mouse data in the standard format -.Pq see Xr sysmouse 4 . +(see +.Xr sysmouse 4 ) . .Pp The mouse daemon listens to the specified port for mouse data, interprets and then passes it via ioctls to the console driver. @@ -113,7 +114,7 @@ to operate in the mode. .It Fl E Ar timeout When the third button emulation is enabled -.Pq see above , +(see above), the .Nm daemon waits @@ -245,7 +246,8 @@ Under normal circumstances, you need to use this option only if the .Nm command is not able to detect the protocol automatically -.Pq see the Sx Configuring Mouse Daemon . +(see the +.Sx "Configuring Mouse Daemon" ) . .Pp Note that if a protocol type is specified with this option, the .Fl P @@ -439,7 +441,8 @@ command with the option and see what it says. If the command can identify the protocol type, no further investigation is necessary on your part. You may start the daemon without explicitly specifying a protocol type -.Pq see Sx EXAMPLES . +(see +.Sx EXAMPLES ) . .Pp The command may print .Ar sysmouse @@ -532,7 +535,8 @@ This is useful if the user wants to use the built-in PS/2 pointing device of a laptop computer while on the road, but wants to use a serial mouse when s/he attaches the system to the docking station in the office. Run two mouse daemons and tell the application program -.Pq such as the X Window System +(such as the +.Tn "X\ Window System" ) to use .Xr sysmouse , then the application program will always see mouse data from either mice. |