diff options
author | David Nusinow <dnusinow@debian.org> | 2009-02-15 18:51:04 -0500 |
---|---|---|
committer | David Nusinow <dnusinow@debian.org> | 2009-02-15 18:51:04 -0500 |
commit | 6eb82e7b3f6e772124716685f0cec4d1ef2f6613 (patch) | |
tree | 35be556649a879b4fdf72e1726968b578f900c65 /debian/patches | |
parent | f6f7aecde3de9281a18f2c774861bf4f38437d84 (diff) |
Add 0001-xorg.conf-5-refer-to-mousedrv-4-.-Debian-394058.patch to refer to correct (semi-obsolete) mouse driver manpage. closes: #394058
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0001-xorg.conf-5-refer-to-mousedrv-4-.-Debian-394058.patch | 25 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 26 insertions, 0 deletions
diff --git a/debian/patches/0001-xorg.conf-5-refer-to-mousedrv-4-.-Debian-394058.patch b/debian/patches/0001-xorg.conf-5-refer-to-mousedrv-4-.-Debian-394058.patch new file mode 100644 index 000000000..fd80c2653 --- /dev/null +++ b/debian/patches/0001-xorg.conf-5-refer-to-mousedrv-4-.-Debian-394058.patch @@ -0,0 +1,25 @@ +From 0250f6a9ebc5ad694ef87c15f166788205dc04e7 Mon Sep 17 00:00:00 2001 +From: David Nusinow <dnusinow@debian.org> +Date: Sun, 15 Feb 2009 18:36:01 -0500 +Subject: [PATCH] xorg.conf (5) refer to mousedrv (4). Debian #394058 + +--- + hw/xfree86/doc/man/xorg.conf.man.pre | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/hw/xfree86/doc/man/xorg.conf.man.pre b/hw/xfree86/doc/man/xorg.conf.man.pre +index d9a4b35..ed081f5 100644 +--- a/hw/xfree86/doc/man/xorg.conf.man.pre ++++ b/hw/xfree86/doc/man/xorg.conf.man.pre +@@ -833,7 +833,7 @@ The most commonly used input drivers are + on Linux systems, and + .BR kbd (__drivermansuffix__) + and +-.BR mouse (__drivermansuffix__) ++.BR mousedrv (__drivermansuffix__) + on other platforms. + .PP + In the absence of an explicitly specified core input device, the first +-- +1.5.6.5 + diff --git a/debian/patches/series b/debian/patches/series index ac827204a..2b1bf9cf4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ 001_fedora_extramodes.patch #06_use_proc_instead_of_sysfs_for_pci_domains.diff #13_debian_add_xkbpath_env_variable.diff +0001-xorg.conf-5-refer-to-mousedrv-4-.-Debian-394058.patch |