svn commit: r368376 - in stable/12/usr.sbin: crashinfo moused syslogd
Gordon Bergling
gbe at FreeBSD.org
Sun Dec 6 07:09:36 UTC 2020
Author: gbe (doc committer)
Date: Sun Dec 6 07:09:34 2020
New Revision: 368376
URL: https://svnweb.freebsd.org/changeset/base/368376
Log:
MFC r367900, r367902, r367903
r367900: syslog.conf(5): Fix a few mandoc warnings
- new sentence, new line
- skipping paragraph macro: Pp at the end of Sh
r367902: crashinfo(8): Fix a few mandoc warnings
- new sentence, new line
r367903: moused(8): Fix a few mandoc warnings
- new sentence, new line
Modified:
stable/12/usr.sbin/crashinfo/crashinfo.8
stable/12/usr.sbin/moused/moused.8
stable/12/usr.sbin/syslogd/syslog.conf.5
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/usr.sbin/crashinfo/crashinfo.8
==============================================================================
--- stable/12/usr.sbin/crashinfo/crashinfo.8 Sun Dec 6 04:59:24 2020 (r368375)
+++ stable/12/usr.sbin/crashinfo/crashinfo.8 Sun Dec 6 07:09:34 2020 (r368376)
@@ -89,9 +89,11 @@ and
The options are as follows:
.Bl -tag -width indent
.It Fl b
-Run in batch mode. Write most messages to the
+Run in batch mode.
+Write most messages to the
.Pa core.txt.XX
-file instead of the terminal. This flag is used when
+file instead of the terminal.
+This flag is used when
.Nm
is run during boot.
.It Fl d Ar crashdir
Modified: stable/12/usr.sbin/moused/moused.8
==============================================================================
--- stable/12/usr.sbin/moused/moused.8 Sun Dec 6 04:59:24 2020 (r368375)
+++ stable/12/usr.sbin/moused/moused.8 Sun Dec 6 07:09:34 2020 (r368376)
@@ -147,7 +147,8 @@ is enabled, the
option can be used to set the
.Ar distance
(in pixels) that the mouse must move before a scroll event
-is generated. This effectively controls the scrolling speed.
+is generated.
+This effectively controls the scrolling speed.
The default
.Ar distance
is 2 pixels.
@@ -240,20 +241,21 @@ drive the pointer quickly across the screen.
The
.Ar exp
value specifies the exponent, which is basically
-the amount of acceleration. Useful values are in the
-range 1.1 to 2.0, but it depends on your mouse hardware
-and your personal preference. A value of 1.0 means no
-exponential acceleration. A value of 2.0 means squared
-acceleration (i.e. if you move the mouse twice as fast,
-the pointer will move four times as fast on the screen).
+the amount of acceleration.
+Useful values are in the range 1.1 to 2.0, but it depends on
+your mouse hardware and your personal preference.
+A value of 1.0 means no exponential acceleration.
+A value of 2.0 means squared acceleration (i.e. if
+you move the mouse twice as fast, the pointer will move
+four times as fast on the screen).
Values beyond 2.0 are possible but not recommended.
A good value to start is probably 1.5.
.Pp
The optional
.Ar offset
-value specifies the distance at which the acceleration
-begins. The default is 1.0, which means that the
-acceleration is applied to movements larger than one unit.
+value specifies the distance at which the acceleration begins.
+The default is 1.0, which means that the acceleration is applied
+to movements larger than one unit.
If you specify a larger value, it takes more speed for
the acceleration to kick in, i.e. the speed range for
small and accurate movements is wider.
@@ -263,8 +265,8 @@ not satisfied with the behaviour, try a value of 2.0.
Note that the
.Fl A
option interacts badly with the X server's own acceleration,
-which doesn't work very well anyway. Therefore it is
-recommended to switch it off if necessary:
+which doesn't work very well anyway.
+Therefore it is recommended to switch it off if necessary:
.Dq xset m 1 .
.It Fl a Ar X Ns Op , Ns Ar Y
Accelerate or decelerate the mouse input.
Modified: stable/12/usr.sbin/syslogd/syslog.conf.5
==============================================================================
--- stable/12/usr.sbin/syslogd/syslog.conf.5 Sun Dec 6 04:59:24 2020 (r368375)
+++ stable/12/usr.sbin/syslogd/syslog.conf.5 Sun Dec 6 07:09:34 2020 (r368376)
@@ -245,7 +245,8 @@ specification is a line beginning with
or
.Ql \&:
and the following blocks will be applied only when filter value
-matches given filter propertie's value. See
+matches given filter propertie's value.
+See
.Sx PROPERTY-BASED FILTERS
section for more details.
.Pp
@@ -464,8 +465,8 @@ or
.Ql \&:
followed by three comma-separated fields
.Em property , operator , \&"value\&" .
-Value must be double-quoted. A double quote and backslash must be escaped by
-a backslash.
+Value must be double-quoted.
+A double quote and backslash must be escaped by a backslash.
.Pp
Following
.Em properties
@@ -521,7 +522,6 @@ Operator may be prefixed by
.Ql icase_
- to make comparison function case insensitive
.El
-.Pp
.Sh IMPLEMENTATION NOTES
The
.Dq kern
More information about the svn-src-all
mailing list