[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xsf-docs: Changes to 'master'



 howtos/configure-input.mdwn |   12 ++++++------
 index.mdwn                  |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 34b40039267f7d8d6dab3d6b2ba054943b695b53
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Jan 19 06:34:57 2011 +0100

    configure-input: Tiny fixes.

diff --git a/howtos/configure-input.mdwn b/howtos/configure-input.mdwn
index 599fb74..e705d30 100644
--- a/howtos/configure-input.mdwn
+++ b/howtos/configure-input.mdwn
@@ -29,7 +29,7 @@ configure a few settings for this or that driver. Starting with
 
 Some packages ship a default configuration file under
 `/usr/share/X11/xorg.conf.d` with general rules to match appropriate
-hardware. The files under `/etc/X11/xorg.conf.d` takes precedence, as
+hardware. The files under `/etc/X11/xorg.conf.d` take precedence, as
 documented in the `xorg.conf` manpage.
 
 It’s probably mostly useful in the `synaptics` case, in case one wants
@@ -52,7 +52,7 @@ Quick words about the options:
 
  * They are comma-separated.
  * The list of options and a short description for each can be found
-   in the `/usr/share/X11/xkb/rules/base.lst` file (from the
+   in the `/usr/share/X11/xkb/rules/base.lst` file (shipped by the
    `xkb-data` package).
  * First option: `compose:menu`. This sets the `menu` key as the
    Compose key. More information about it can be found in the
@@ -125,7 +125,7 @@ can be found in the `synaptics` manpage.
 enabling tapping (upstream kept it disabled by default, Debian won’t
 deviate, no need to file bugs): `synclient TapButton1=1`; one can also
 disable the touchpad temporarily: `synclient TouchpadOff=1` to
-disable, `synclient TouchpadOff=0` to enable it again.
+disable it, `synclient TouchpadOff=0` to enable it again.
 
 Let’s check what a configuration snippet (mentioned in **General
 considerations**) would look like. Here is a fictional
@@ -153,7 +153,7 @@ Line by line walkthrough:
    vertical scrolling is enabled).
 
 Settings can also be changed by various settings managers, like
-Gnome’s, or KDE’s. An example of a graphical user interface making it
+Gnome’s or KDE’s. An example of a graphical user interface making it
 possible to set options in a clicky way: `gpointing-device-settings`.
 
 There’s a palm detection setting but that relies on hardware/firmware

commit 2d832971156071c1b34806929c692655edac23e3
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Jan 19 06:21:36 2011 +0100

    index: Switch input/outputs.
    
    I like this order better.

diff --git a/index.mdwn b/index.mdwn
index b405a9d..f3e1efc 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -5,8 +5,8 @@
  * [How to report bugs](howtos/report-bugs.html)
  * [How to triage bugs](howtos/triage-bugs.html)
  * [How to use GDB](howtos/use-gdb.html)
- * [How to configure outputs](howtos/use-xrandr.html)
  * [How to configure input](howtos/configure-input.html)
+ * [How to configure outputs](howtos/use-xrandr.html)
 
 ## Other documentation
 

commit 37dd846e363a6fa1a98362ea43008003b3a9ac95
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Jan 19 06:15:01 2011 +0100

    configure-input: Fix typos.

diff --git a/howtos/configure-input.mdwn b/howtos/configure-input.mdwn
index 53262cf..599fb74 100644
--- a/howtos/configure-input.mdwn
+++ b/howtos/configure-input.mdwn
@@ -152,11 +152,11 @@ Line by line walkthrough:
    button. And we enable horizontal scrolling (by default, only
    vertical scrolling is enabled).
 
-Settings can also be changed by various settings manager, like
+Settings can also be changed by various settings managers, like
 Gnome’s, or KDE’s. An example of a graphical user interface making it
 possible to set options in a clicky way: `gpointing-device-settings`.
 
-There’s a palm detection setting but that relies hardware/firmware
+There’s a palm detection setting but that relies on hardware/firmware
 support for the touchpad. The other tool shipped with the `synaptics`
 driver is `syndaemon`, which makes it trivial to disable the touchpad
 temporarily, when the keyboard is being used. Here’s an example:

commit 672146f8d9ecbe0385940d771a695217d812f066
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Jan 19 06:12:36 2011 +0100

    index: Fix typo.

diff --git a/index.mdwn b/index.mdwn
index 8f907a2..b405a9d 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -6,7 +6,7 @@
  * [How to triage bugs](howtos/triage-bugs.html)
  * [How to use GDB](howtos/use-gdb.html)
  * [How to configure outputs](howtos/use-xrandr.html)
- * [How to configure intput](howtos/configure-input.html)
+ * [How to configure input](howtos/configure-input.html)
 
 ## Other documentation
 


Reply to: