summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-02-21 09:27:28 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-02-21 09:27:28 +0100
commit7ffc541c57a1b51a990361613ef17939f7901d6a (patch)
tree41ce833603b702c5d90405e37ab8e4bca955239f
parent2c4df8943fced0becb7c4132ff13a82be61d9628 (diff)
downloadgnutls-7ffc541c57a1b51a990361613ef17939f7901d6a.tar.gz
updated coding style
-rw-r--r--doc/README.CODING_STYLE6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.CODING_STYLE b/doc/README.CODING_STYLE
index 845579cf09..8f4ae2b8c8 100644
--- a/doc/README.CODING_STYLE
+++ b/doc/README.CODING_STYLE
@@ -10,8 +10,8 @@ The rules here are not always used, although we try to stick to them.
*** Indentation style:
- In general, use the GNU Coding Standard. You may indent the source
- using GNU indent, e.g. "indent -gnu -i2 -nut *.c".
+ In general, use the Linux coding style. You may indent the source
+ using GNU indent, e.g. "indent -linux *.c".
*** Git commits:
@@ -23,7 +23,7 @@ other projects).
*** Function names:
All the function names use underscore "_", to separate words,
- functions like gnutlsDoThat are not used. The function names
+ functions like gnutlsDoThat are not used. The exported function names
usually start with "gnutls_" prefix, and the words that follow
specify the exact part of gnutls that this function refers to.
E.g. "gnutls_x509_crt_get_dn", refers to the X.509