summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-09-11 11:38:35 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-09-11 11:40:22 +0200
commit292d4ea7f964644af29505267e43f5536563c8c8 (patch)
treeced228f2e74758f0fadaaa07f520944780c0bbe6 /CONTRIBUTING.md
parente9e42baf005f2bca808e49d7dc0e21a484a36915 (diff)
downloadgnutls-292d4ea7f964644af29505267e43f5536563c8c8.tar.gz
doc update
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7ac1550bda..2d294b5f9e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -81,7 +81,7 @@ be prefixed with an underscore. E.g. ```_gnutls_handshake_begin()```
Internal structures should not be exported. Especially pointers to
internal data. Doing so harms future reorganization/rewrite of subsystems.
-All exported functions must be listed in libgnutls.map.in
+All exported functions must be listed in libgnutls.map.in,
in order to be exported.