summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2007-06-11 08:19:04 +0000
committerkeramida <keramida@FreeBSD.org>2007-06-11 08:19:04 +0000
commitf3a1812e1e61f1f21456d69ceb5126bfdc93fe2b (patch)
tree0ab01c5288da2d688511d333a24d097d6ebdd65d
parentc7b78b63dbcccbf4001f5c8811f673cbff1250b0 (diff)
downloadFreeBSD-src-f3a1812e1e61f1f21456d69ceb5126bfdc93fe2b.zip
FreeBSD-src-f3a1812e1e61f1f21456d69ceb5126bfdc93fe2b.tar.gz
Fix what seems to be a copy-paste buglet (`moused_type' is used
in the description of `moused_flags', instead of the later), and add a description of `moused_XXX_flags' where `XXX' is the port name of a non-default moused invocation -- including an example of using "-3" with the default moused(8) instance, but no special flags for moused(8) invocations handling 3-button USB mice (which seems a very common scenario these days). MFC after: 3 days
-rw-r--r--share/man/man5/rc.conf.533
1 files changed, 30 insertions, 3 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index f31cf9a..b6ade14 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 31, 2007
+.Dd June 11, 2007
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -2704,10 +2704,37 @@ for a bus mouse, for example.
.It Va moused_flags
.Pq Vt str
If
-.Va moused_type
-is set, these are the additional flags to pass to the
+.Va moused_flags
+is set, its value is used as an additional set of flags to pass to the
.Xr moused 8
daemon.
+.It Va "moused_" Ns Ar XXX Ns Va "_flags"
+When
+.Va moused_nondefault_enable
+is enabled, and a
+.Xr moused 8
+daemon is started for a non-default port, the
+.Va "moused_" Ns Ar XXX Ns Va "_flags"
+set of options has precedence over and replaces the default
+.Va moused_flags (where
+.Ar XXX
+is the name of the non-default port, i.e.\&
+.Ar ums0 ) .
+By setting
+.Va "moused_" Ns Ar XXX Ns Va "_flags"
+it is possible to set up a different set of default flags for each
+.Xr moused 8
+instance.
+For example, you can use
+.Dq Li "-3"
+for the default
+.Va moused_flags
+to make your laptop's touchpad more comfortable to use,
+but an empty set of options for
+.Va moused_ums0_flags
+when your
+.Xr usb 4
+mouse has three or more buttons.
.It Va mousechar_start
.Pq Vt int
If set to
OpenPOWER on IntegriCloud