diff options
author | Sigrid <ftrvxmtrx@gmail.com> | 2020-12-08 10:34:10 +0100 |
---|---|---|
committer | Sigrid <ftrvxmtrx@gmail.com> | 2020-12-08 10:34:10 +0100 |
commit | e812aa617f70b43ba6d17ff6ed3b4fe324cdc853 (patch) | |
tree | 9c79a4f58310ded1b2f9faa85dccabab89a5612a | |
parent | 014bf3fe7c78abb0fbd59f4da88fda7cb8ae2674 (diff) | |
download | plan9front-e812aa617f70b43ba6d17ff6ed3b4fe324cdc853.tar.xz |
mouse(3): blankS, setS to follow the convention (thanks umbraticus)
-rw-r--r-- | sys/man/3/mouse | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/3/mouse b/sys/man/3/mouse index 2078caeb1..57772eab9 100644 --- a/sys/man/3/mouse +++ b/sys/man/3/mouse @@ -155,12 +155,12 @@ clears the mouse to its default state. .TP .B blank -blank the screen. +blanks the screen. The screen also blanks after 30 minutes of inactivity. The screen can be unblanked by moving the mouse. .TP .BI blanktime " minutes" -set the timeout before the +sets the timeout before the screen blanks; the default is 30 minutes. If .I minutes |