Fix doc errors.
authorFrederik Gladhorn <frederik.gladhorn@digia.com>
Thu, 20 Sep 2012 11:03:15 +0000 (13:03 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 21 Sep 2012 17:59:34 +0000 (19:59 +0200)
Change-Id: I9974d870c081620217582fcb6f8b146d208a471c
Reviewed-by: Peter Hartmann <phartmann@rim.com>
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
src/network/kernel/qauthenticator.cpp
src/network/socket/qabstractsocket.cpp

index b66e11b..3da88e3 100644 (file)
@@ -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
index c06ce9c..73b9b27 100644 (file)
@@ -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 \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