diff options
author | David Boddie <david.boddie@nokia.com> | 2010-11-03 16:08:28 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-11-03 16:08:28 (GMT) |
commit | 9e8083d09954c9886565bcd122fd3c6e0f95a030 (patch) | |
tree | 4aaccbf4a96c746803c8674a142478d8623e0553 /doc/src/platforms | |
parent | 163443583b8242d11d2a821db1863c4773bc624c (diff) | |
download | Qt-9e8083d09954c9886565bcd122fd3c6e0f95a030.zip Qt-9e8083d09954c9886565bcd122fd3c6e0f95a030.tar.gz Qt-9e8083d09954c9886565bcd122fd3c6e0f95a030.tar.bz2 |
Doc: Added more instructions to help with device file permissions.
Diffstat (limited to 'doc/src/platforms')
-rw-r--r-- | doc/src/platforms/emb-pointer.qdoc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/platforms/emb-pointer.qdoc b/doc/src/platforms/emb-pointer.qdoc index 22935b4..81e532f 100644 --- a/doc/src/platforms/emb-pointer.qdoc +++ b/doc/src/platforms/emb-pointer.qdoc @@ -186,8 +186,11 @@ device file. Some drivers also require write access to the device file. For instance, if you have specified the mouse driver with \snippet doc/src/snippets/code/doc_src_emb-pointer.qdoc 11 - then examine the permissions of the device file by entering the following - command in a console: + then examine the permissions of the device file by entering the + following command in a console: + \snippet doc/src/snippets/code/doc_src_emb-pointer.qdoc show permissions + Change the permissions of the device file, if necessary, in the following + way: \snippet doc/src/snippets/code/doc_src_emb-pointer.qdoc 12 If the device file is actually a symbolic link to another file, you must |