diff --git a/HsOpenSSL-x509-system.cabal b/HsOpenSSL-x509-system.cabal
--- a/HsOpenSSL-x509-system.cabal
+++ b/HsOpenSSL-x509-system.cabal
@@ -1,5 +1,5 @@
 name:                HsOpenSSL-x509-system
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            Use the system's native CA certificate store with HsOpenSSL
 description:
   A cross-platform library that tries to find a (reasonable) CA certificate
diff --git a/OpenSSL/X509/SystemStore.hs b/OpenSSL/X509/SystemStore.hs
--- a/OpenSSL/X509/SystemStore.hs
+++ b/OpenSSL/X509/SystemStore.hs
@@ -14,11 +14,11 @@
 #endif
 
 -- | Add the certificates from the system-wide certificate store to the
--- given @openssl@ context. Note that this does not automatically enable
--- peer certificate verification. You also need to call
--- 'OpenSSL.Session.contextSetVerificationMode' and check manually if the
--- hostname matches the one specified in the certificate. You can find
--- information about how to do the latter 
+-- given @openssl@ context. Note that
+-- __this does not automatically enable peer certificate verification__.
+-- You also need to call 'OpenSSL.Session.contextSetVerificationMode' and
+-- __check manually if the hostname matches__ the one specified in the
+-- certificate. You can find information about how to do the latter
 -- <https://github.com/iSECPartners/ssl-conservatory/blob/master/openssl/everything-you-wanted-to-know-about-openssl.pdf here>.
 contextLoadSystemCerts :: SSLContext -> IO () 
 contextLoadSystemCerts = S.contextLoadSystemCerts
