From 10ee03476dccd1c99c5830cdc864ffe8cb63ce4b Mon Sep 17 00:00:00 2001 From: yokota Date: Mon, 3 Apr 2000 09:40:04 +0000 Subject: Brush up the last commit. - Change some expressions. - Wrap "resume" in single quotes to maintain consistency. Submitted by: sheldonh --- share/man/man4/psm.4 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'share') 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. -- cgit v1.1