summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2012-09-20 13:03:15 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-21 19:59:34 +0200
commitcf79da9933513454501be55210937cba36b5a29d (patch)
treeb9499e7a3cdd708633179e0472f76b76dd5d5038 /src/network
parentd1f74b8ddf7a6f26f8b2a689cc728282bc68125c (diff)
Fix doc errors.
Change-Id: I9974d870c081620217582fcb6f8b146d208a471c Reviewed-by: Peter Hartmann <phartmann@rim.com> Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/kernel/qauthenticator.cpp2
-rw-r--r--src/network/socket/qabstractsocket.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/network/kernel/qauthenticator.cpp b/src/network/kernel/qauthenticator.cpp
index b66e11b272..3da88e3fca 100644
--- a/src/network/kernel/qauthenticator.cpp
+++ b/src/network/kernel/qauthenticator.cpp
@@ -125,7 +125,7 @@ static QByteArray qNtlmPhase3_SSPI(QAuthenticatorPrivate *ctx, const QByteArray&
\section2 NTLM version 2
The NTLM authentication mechanism currently supports no incoming or outgoing options.
- On Windows, if no \a user has been set, domain\user credentials will be searched for on the
+ On Windows, if no \a user has been set, domain\\user credentials will be searched for on the
local system to enable Single-Sign-On functionality.
\section2 Digest-MD5
diff --git a/src/network/socket/qabstractsocket.cpp b/src/network/socket/qabstractsocket.cpp
index c06ce9cddd..73b9b27a01 100644
--- a/src/network/socket/qabstractsocket.cpp
+++ b/src/network/socket/qabstractsocket.cpp
@@ -1424,7 +1424,7 @@ QAbstractSocket::PauseModes QAbstractSocket::pauseMode() const
/*!
\since 5.0
- Controls whether to pause upon receiving a notification. The \pauseMode parameter
+ Controls whether to pause upon receiving a notification. The \a pauseMode parameter
specifies the conditions in which the socket should be paused. The only notification
currently supported is QSslSocket::sslErrors(). If set to PauseOnSslErrors,
data transfer on the socket will be paused and needs to be enabled explicitly