diff options
author | yokota <yokota@FreeBSD.org> | 2000-04-03 09:40:04 +0000 |
---|---|---|
committer | yokota <yokota@FreeBSD.org> | 2000-04-03 09:40:04 +0000 |
commit | 10ee03476dccd1c99c5830cdc864ffe8cb63ce4b (patch) | |
tree | 9bfc2750dc784a3935f98a5424ae7689d24030f3 /share | |
parent | 4051f13a08152cefe2dec3e71e559ba538d6260e (diff) | |
download | FreeBSD-src-10ee03476dccd1c99c5830cdc864ffe8cb63ce4b.zip FreeBSD-src-10ee03476dccd1c99c5830cdc864ffe8cb63ce4b.tar.gz |
Brush up the last commit.
- Change some expressions.
- Wrap "resume" in single quotes to maintain consistency.
Submitted by: sheldonh
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/psm.4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/psm.4 b/share/man/man4/psm.4 index 2c6703a..d530b73 100644 --- a/share/man/man4/psm.4 +++ b/share/man/man4/psm.4 @@ -325,13 +325,14 @@ waking up the device quickly. This flag will enable a piece of code in the .Nm driver to hook -the `resume' event and exercise some harmless I/O operations to the +the `resume' event and exercise some harmless I/O operations on the device. .It bit 14 INITAFTERSUSPEND This flag adds more drastic action for the above problem. -It will make the +It will cause the .Nm -driver to reset and re-initialize the pointing device after the resume event. +driver to reset and re-initialize the pointing device +after the `resume' event. It has no effect unless the .Em HOOKRESUME flag is set as well. |