summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-13 17:15:37 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-13 17:15:37 -0500
commit5d713348190113b557bf1d721f27eeb467abf44a (patch)
tree6977e81b2d51e65ea9e7c5dce7f7e7e73834c240
parent3797be0290276bcf7d71bee7c10630a098e82059 (diff)
man: replace hard coded man page section with substitution strings
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--xset.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/xset.man b/xset.man
index ca36444..ff46e9f 100644
--- a/xset.man
+++ b/xset.man
@@ -189,7 +189,7 @@ abbreviated to 'm'. Of course, it applies to most pointing devices, not just
mice. The parameters for the pointing device are `acceleration' and
`threshold'. The acceleration can be specified as an integer, or as a simple
fraction. Threshold is just an integer. The setting is applied to all connected
-pointing devices. xinput(1) should be used if you need device-specific settings.
+pointing devices. xinput(__appmansuffix__) should be used if you need device-specific settings.
.PP
By default the pointer (the on-screen representation of the pointing device)
will go `acceleration' times as fast when the device travels more than
@@ -287,7 +287,7 @@ These settings will be reset to default values when you log out.
Note that not all X implementations are guaranteed to honor all of these
options.
.SH "SEE ALSO"
-X(__miscmansuffix__), Xserver(1), xmodmap(1), xrdb(1), xsetroot(1), xinput(1)
+X(__miscmansuffix__), Xserver(__appmansuffix__), xmodmap(__appmansuffix__), xrdb(__appmansuffix__), xsetroot(__appmansuffix__), xinput(__appmansuffix__)
.SH AUTHOR
Bob Scheifler, MIT Laboratory for Computer Science
.br