diff options
author | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | 2010-06-25 16:15:23 -0700 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-07-02 15:32:20 -0500 |
commit | b2739c05ab52dc8db75dbe7a0630d330a373abd3 (patch) | |
tree | 8829ea7738033e01e0e5f87c6901f08c69ebbfc1 | |
parent | 3ce1f11446693232bb3214dbdca98e60e1afd7b6 (diff) | |
download | ofono-b2739c05ab52dc8db75dbe7a0630d330a373abd3.tar.bz2 |
documentation: add note about referencing standards
-rw-r--r-- | doc/standards.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/standards.txt b/doc/standards.txt new file mode 100644 index 00000000..c4b68ebb --- /dev/null +++ b/doc/standards.txt @@ -0,0 +1,8 @@ +Referencing standards in the source +=================================== + +When referencing standard documents use raw numbers xx.xxx for 3GPP +documents or xxx.xxx for ETSI document (eg: 23.040). If needing to +point to an specific section/subsection, explicitly say "Section foo" + +3GPP specs can be found in http://3gpp.org/ftp/Specs. |