summaryrefslogtreecommitdiff
path: root/lib/gnutls_alert.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-03-06 15:31:10 +0100
committerSimon Josefsson <simon@josefsson.org>2008-03-06 15:31:10 +0100
commita529e3e708d386c726dd54641483ebea9a390851 (patch)
tree3fb3d16fbdc42beaa1f1a62074cda81e33004793 /lib/gnutls_alert.c
parentbc2a84071dda1dd9ac92e4705abfe20eb8e06224 (diff)
downloadgnutls-a529e3e708d386c726dd54641483ebea9a390851.tar.gz
Doc fix, remove verbose 'This function ...'
Improves looks in 'apropos' output.
Diffstat (limited to 'lib/gnutls_alert.c')
-rw-r--r--lib/gnutls_alert.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/gnutls_alert.c b/lib/gnutls_alert.c
index 893c2111e5..200023482d 100644
--- a/lib/gnutls_alert.c
+++ b/lib/gnutls_alert.c
@@ -97,7 +97,7 @@ gnutls_alert_get_name (gnutls_alert_description_t alert)
}
/**
- * gnutls_alert_send - This function sends an alert message to the peer
+ * gnutls_alert_send - send an alert message to the peer
* @session: is a #gnutls_session_t structure.
* @level: is the level of the alert
* @desc: is the alert description
@@ -137,7 +137,7 @@ gnutls_alert_send (gnutls_session_t session, gnutls_alert_level_t level,
}
/**
- * gnutls_error_to_alert - This function returns an alert code based on the given error code
+ * gnutls_error_to_alert - return an alert code based on the given error code
* @err: is a negative integer
* @level: the alert level will be stored there
*
@@ -253,7 +253,7 @@ gnutls_error_to_alert (int err, int *level)
/**
- * gnutls_alert_send_appropriate - This function sends an alert to the peer depending on the error code
+ * gnutls_alert_send_appropriate - send an alert to the peer depending on the error code
* @session: is a #gnutls_session_t structure.
* @err: is an integer
*