summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2010-06-14 07:23:32 -0500
committerVictor Lowther <victor.lowther@gmail.com>2010-06-14 07:23:32 -0500
commit7fa3d26ccdc5639a2b99da3d758d0dca6dc56a2c (patch)
tree259f7d665e0b153ab2a9270179640dffcc80a3df
parent257b46f303e1b896cbd8f9b64af92af3857a3f61 (diff)
Update README.debugging.
-rw-r--r--README.debugging7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.debugging b/README.debugging
index 96d2638..8230f05 100644
--- a/README.debugging
+++ b/README.debugging
@@ -40,7 +40,7 @@ End-user customization and debugging:
* To override the usual quirk filtering (for kernel modesetting, binary drivers,
and exotic hardware), pass --quirk-test along with any other quirks you want
- to try. This make make your system crash in new and exciting ways by
+ to try. This may make your system crash in new and exciting ways by
conflicting with the kernel when suspending or resuming, but is very useful
for debugging. You have been warned.
@@ -57,4 +57,7 @@ Significant conceptual changes from pm-utils 0.99.x and earlier:
* All scripts created and maintained by the pm-utils are POSIX/SuS compliant.
Any modification or new script should be POSIX compliant and work as intended
- using dash and posh before you submit a patch upstream.
+ using dash and posh before you submit a patch upstream. The sole exception is
+ the video quirk database handler, which would be a couple of orders of
+ magnitude slower when written in POSIX sh, due to how heavily it relies on
+ bash native regular expression support.