summaryrefslogtreecommitdiff
path: root/gio/gtlsconnection.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-06 08:04:52 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-06 08:07:16 -0500
commit323242578524a1b6355d8451015b14ca75aa0afa (patch)
tree49349b60f68f79652335e9ebd437087ae174f6c0 /gio/gtlsconnection.c
parenta35d8a4c77fbb9a8dd143742c29c0807ec99412b (diff)
downloadglib-323242578524a1b6355d8451015b14ca75aa0afa.tar.gz
Docs: replace <literal> by `
Diffstat (limited to 'gio/gtlsconnection.c')
-rw-r--r--gio/gtlsconnection.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/gio/gtlsconnection.c b/gio/gtlsconnection.c
index 4135b02eb..1ebf83fb0 100644
--- a/gio/gtlsconnection.c
+++ b/gio/gtlsconnection.c
@@ -677,16 +677,16 @@ g_tls_connection_get_require_close_notify (GTlsConnection *conn)
*
* %G_TLS_REHANDSHAKE_SAFELY means that the connection will allow a
* rehandshake only if the other end of the connection supports the
- * TLS <literal>renegotiation_info</literal> extension. This is the
- * default behavior, but means that rehandshaking will not work
- * against older implementations that do not support that extension.
+ * TLS `renegotiation_info` extension. This is the default behavior,
+ * but means that rehandshaking will not work against older
+ * implementations that do not support that extension.
*
* %G_TLS_REHANDSHAKE_UNSAFELY means that the connection will allow
- * rehandshaking even without the
- * <literal>renegotiation_info</literal> extension. On the server side
- * in particular, this is not recommended, since it leaves the server
- * open to certain attacks. However, this mode is necessary if you
- * need to allow renegotiation with older client software.
+ * rehandshaking even without the `renegotiation_info` extension. On
+ * the server side in particular, this is not recommended, since it
+ * leaves the server open to certain attacks. However, this mode is
+ * necessary if you need to allow renegotiation with older client
+ * software.
*
* Since: 2.28
*/