diff options
author | Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> | 2021-07-09 14:40:23 +0000 |
---|---|---|
committer | Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> | 2021-07-09 14:40:23 +0000 |
commit | bf6769d3f09d51ff1096afa664c10d3313341a75 (patch) | |
tree | 9a6353f3c544441827c492f4e6df49418fca9034 | |
parent | 2f8a59f4b5bfe028c022855acc19666d69eed909 (diff) | |
download | plan9front-bf6769d3f09d51ff1096afa664c10d3313341a75.tar.xz |
mouse(3): mousein is NOT exclusive, see 30907f1d00a7646ccbb420a18f60ccb0bf36e740
-rw-r--r-- | sys/man/3/mouse | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/3/mouse b/sys/man/3/mouse index dbc46cd6b..54e51d5ea 100644 --- a/sys/man/3/mouse +++ b/sys/man/3/mouse @@ -62,7 +62,7 @@ the file. The .B mousein -file, which is exclusive-use and may be opened +file, which may be opened only by the host owner, is intended for controlling devices, such as USB mice, that are managed by user-level software. Each event should consist of |