summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-06-21 10:24:54 +0200
committerKai Koehne <kai.koehne@qt.io>2016-06-21 09:11:34 +0000
commit2d7227cb444c1b7c0c5514ce264af3e7aa42f21e (patch)
tree93898e4fe1ecf6ddb3aef74fe2160091042dcb18
parent4f7279fa715785c520af5e5be17527950c9c6e76 (diff)
downloadqtdoc-2d7227cb444c1b7c0c5514ce264af3e7aa42f21e.tar.gz
Use \note command
Change-Id: Ifc9c58476772948cb7648b1499183f2d675d615b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--doc/src/howtos/session.qdoc2
-rw-r--r--doc/src/platforms/linux.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/howtos/session.qdoc b/doc/src/howtos/session.qdoc
index f2ff7c08..5d4ab147 100644
--- a/doc/src/howtos/session.qdoc
+++ b/doc/src/howtos/session.qdoc
@@ -147,7 +147,7 @@
itself automatically to the session manager. You can check with the \e
ClientList push button whether the connect was successful.
- \b{Note:} Never keep the \e ClientList open when you
+ \note Never keep the \e ClientList open when you
start or end session managed clients! Otherwise \c xsm is likely to
crash.
\li Use the session manager's \e Checkpoint and \e Shutdown buttons
diff --git a/doc/src/platforms/linux.qdoc b/doc/src/platforms/linux.qdoc
index 09ad6f03..a0f14a53 100644
--- a/doc/src/platforms/linux.qdoc
+++ b/doc/src/platforms/linux.qdoc
@@ -412,7 +412,7 @@
e.g. gmake. The configure script tells you which make utility to
use.
- \b{Note:} If you later need to reconfigure and rebuild Qt from the
+ \note If you later need to reconfigure and rebuild Qt from the
same location, ensure that all traces of the previous configuration are
removed by entering the build directory and typing \c{make confclean}
before running \c configure again.