diff options
author | hoek <hoek@FreeBSD.org> | 2000-05-21 03:06:28 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 2000-05-21 03:06:28 +0000 |
commit | 54601029d6a1d4b311fb3d447dce8b8b6065b31c (patch) | |
tree | 5749a33d945a77ece9951afc75e8b19488ae0726 /share | |
parent | 1043ce86f8ebd724d267ea9fc7af9a8ff30695a6 (diff) | |
download | FreeBSD-src-54601029d6a1d4b311fb3d447dce8b8b6065b31c.zip FreeBSD-src-54601029d6a1d4b311fb3d447dce8b8b6065b31c.tar.gz |
Typos, missing words. I don't believe any of these are relevant to
translators.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/sysmouse.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/sysmouse.4 b/share/man/man4/sysmouse.4 index eed07ea..f8af5bc 100644 --- a/share/man/man4/sysmouse.4 +++ b/share/man/man4/sysmouse.4 @@ -132,7 +132,7 @@ driver itself, and commands for the console and the console control drivers. There are a few commands for mouse drivers. General description of the commands is given in .Xr mouse 4 . -Followings are the features specific to the +Following are the features specific to the .Nm driver. .Pp @@ -252,8 +252,8 @@ is the bit mask to be ANDed with a byte. If the result is equal to .Dv syncmask[1] , the byte is likely to be the first byte of the data packet. -Note that this method of detecting the first byte is not 100% reliable, -thus, should be taken only as an advisory measure. +Note that this method of detecting the first byte is not 100% reliable; +thus, it should be taken only as an advisory measure. .Pp .It Dv MOUSE_SETMODE Ar mousemode_t *mode The command changes the current operation parameters of the mouse driver @@ -302,7 +302,7 @@ calls to the console control device to inform the console of mouse actions including mouse movement and button status. .Pp -Both classes +Both classes of .Fn ioctl commands are defined as .Dv CONS_MOUSECTL @@ -348,7 +348,7 @@ The signal to be delivered is set in .Pp The above operations are for virtual consoles. The operations defined -below are for the console control device and used by +below are for the console control device and are used by .Xr moused 8 to pass mouse data to the console driver. .Pp |