diff options
author | David Boddie <david.boddie@nokia.com> | 2010-11-17 12:51:05 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-11-17 12:51:05 (GMT) |
commit | b5d26bfb348b6a99529ecf9ab66845e7eacd4732 (patch) | |
tree | df6de23cc2ac482b7c4c9a3c903a9c2750b037d8 /doc/src | |
parent | 0b6adc944d7da5d4b943f1bd85666af82f1450de (diff) | |
download | Qt-b5d26bfb348b6a99529ecf9ab66845e7eacd4732.zip Qt-b5d26bfb348b6a99529ecf9ab66845e7eacd4732.tar.gz Qt-b5d26bfb348b6a99529ecf9ab66845e7eacd4732.tar.bz2 |
Doc: Minor fixes to style.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/platforms/emb-pointer.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/platforms/emb-pointer.qdoc b/doc/src/platforms/emb-pointer.qdoc index 81e532f..506e9e0 100644 --- a/doc/src/platforms/emb-pointer.qdoc +++ b/doc/src/platforms/emb-pointer.qdoc @@ -105,7 +105,7 @@ {touch panels} in which case the driver must be specified explicitly to determine which device to use. - To manually specify which driver to use, set the QWS_MOUSE_PROTO + To manually specify which driver to use, set the \c QWS_MOUSE_PROTO environment variable. For example (if the current shell is bash, ksh, zsh or sh): @@ -156,7 +156,7 @@ \snippet doc/src/snippets/code/doc_src_emb-pointer.qdoc 8 To make \l{Qt for Embedded Linux} explicitly choose the tslib mouse - handler, set the QWS_MOUSE_PROTO environment variable as explained + handler, set the \c QWS_MOUSE_PROTO environment variable as explained above. \endtable |