diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-05-09 23:41:06 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-05-09 23:41:06 +0000 |
commit | e9fd033c9c6903b681f1e82c3cd03098c3fbf2a4 (patch) | |
tree | a504b3f8eeef5a3d9ed1925ecb19484f6c1de4fb | |
parent | 0367a3a65a30fa461a1f2c4facf28821dbf10a77 (diff) |
Bugzilla #2389: Document the maximum number of buttons a mouse can have.XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10
Correct a missing period I noticed while I was here.
-rw-r--r-- | man/mouse.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mouse.man b/man/mouse.man index d1a4117..efd12fb 100644 --- a/man/mouse.man +++ b/man/mouse.man @@ -38,7 +38,7 @@ Please refer to __xconfigfile__(__filemansuffix__) for general configuration details and for options that can be used with all input drivers. This section only covers configuration details specific to this driver. .PP -The driver can auto-detect the mouse type on some platforms On some +The driver can auto-detect the mouse type on some platforms. On some platforms this is limited to plug and play serial mice, and on some the auto-detection works for any mouse that the OS's kernel driver supports. On others, it is always necessary to specify the mouse protocol in the @@ -73,7 +73,7 @@ device. This option is mandatory, and there is no default setting. .TP 7 .BI "Option \*qButtons\*q \*q" integer \*q Specifies the number of mouse buttons. In cases where the number of buttons -cannot be auto-detected, the default value is 3. +cannot be auto-detected, the default value is 3. The maximum number is 24. .TP 7 .BI "Option \*qEmulate3Buttons\*q \*q" boolean \*q Enable/disable the emulation of the third (middle) mouse button for mice |