[rtems-docs commit] posix-compliance/posix_rst.py: Use proper names of standards in headings

Joel Sherrill joel at rtems.org
Mon May 17 17:52:53 UTC 2021


Module:    rtems-docs
Branch:    master
Commit:    037104a702bbadafe87194388a81f1715a2249a7
Changeset: http://git.rtems.org/rtems-docs/commit/?id=037104a702bbadafe87194388a81f1715a2249a7

Author:    Joel Sherrill <joel at rtems.org>
Date:      Mon Apr 12 08:38:04 2021 -0500

posix-compliance/posix_rst.py: Use proper names of standards in headings

---

 posix-compliance/posix_rst.py | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/posix-compliance/posix_rst.py b/posix-compliance/posix_rst.py
index 6e3b41c..c50fd4a 100755
--- a/posix-compliance/posix_rst.py
+++ b/posix-compliance/posix_rst.py
@@ -40,30 +40,30 @@ standards = [
 
 standard_names = {
     'RTEMS'                   : 'RTEMS Complete Profile',
-    'POSIX-2008'              : 'POSIX-2008',
-    'POSIX-2003'              : 'POSIX-2003',
+    'POSIX-2008'              : 'POSIX-2008 (Issue 7)',
+    'POSIX-2003'              : 'POSIX-2003 (Issue 6)',
     'PSE51'                   : 'POSIX PSE51 - Minimal',
     'PSE52'                   : 'POSIX PSE52 - Real-Time Controller',
     'PSE53'                   : 'POSIX PSE53 - Dedicated',
     'PSE54'                   : 'POSIX PSE54 - Multipurpose',
     'C99'                     : 'C99 Standard Library',
     'C11'                     : 'C11 Standard Library',
-    'FACE 2.1 Security'       : 'FACE 2.1 Security',
-    'FACE 2.1 Safety Base'    : 'FACE 2.1 Safety Base',
-    'FACE 2.1 Safety Extended': 'FACE 2.1 Safety Extended',
-    'FACE 2.1 General Purpose': 'FACE 2.1 General Purpose',
-    'FACE 3.0 Security'       : 'FACE 3.0 Security',
-    'FACE 3.0 Safety Base'    : 'FACE 3.0 Safety Base',
-    'FACE 3.0 Safety Extended': 'FACE 3.0 Safety Extended',
-    'FACE 3.0 General Purpose': 'FACE 3.0 General Purpose',
-    'FACE 3.1 Security'       : 'FACE 3.1 Security',
-    'FACE 3.1 Safety Base'    : 'FACE 3.1 Safety Base',
-    'FACE 3.1 Safety Extended': 'FACE 3.1 Safety Extended',
-    'FACE 3.1 General Purpose': 'FACE 3.1 General Purpose',
-    'SCA 2.2.2 AEP'           : 'SCA 2.2.2 AEP',
-    'SCA 4.1 Ultra Lightweight AEP' : 'SCA 4.1 Ultra Lightweight AEP',
-    'SCA 4.1 Lightweight AEP' : 'SCA 4.1 Lightweight AEP',
-    'SCA 4.1 [Full] AEP'      : 'SCA 4.1 [Full] AEP'
+    'FACE 2.1 Security'       : 'FACE Technical Standard, Edition 2.1 Security',
+    'FACE 2.1 Safety Base'    : 'FACE Technical Standard, Edition 2.1 Safety Base',
+    'FACE 2.1 Safety Extended': 'FACE Technical Standard, Edition 2.1 Safety Extended',
+    'FACE 2.1 General Purpose': 'FACE Technical Standard, Edition 2.1 General Purpose',
+    'FACE 3.0 Security'       : 'FACE Technical Standard, Edition 3.0 Security',
+    'FACE 3.0 Safety Base'    : 'FACE Technical Standard, Edition 3.0 Safety Base',
+    'FACE 3.0 Safety Extended': 'FACE Technical Standard, Edition 3.0 Safety Extended',
+    'FACE 3.0 General Purpose': 'FACE Technical Standard, Edition 3.0 General Purpose',
+    'FACE 3.1 Security'       : 'FACE Technical Standard, Edition 3.1 Security',
+    'FACE 3.1 Safety Base'    : 'FACE Technical Standard, Edition 3.1 Safety Base',
+    'FACE 3.1 Safety Extended': 'FACE Technical Standard, Edition 3.1 Safety Extended',
+    'FACE 3.1 General Purpose': 'FACE Technical Standard, Edition 3.1 General Purpose',
+    'SCA 2.2.2 AEP'           : 'Software Communications Architecture 2.2.2 AEP',
+    'SCA 4.1 Ultra Lightweight AEP' : 'Software Communications Architecture 4.1 Ultra Lightweight Appliation Environment Profile',
+    'SCA 4.1 Lightweight AEP' : 'Software Communications Architecture 4.1 Lightweight Appliation Environment Profile',
+    'SCA 4.1 [Full] AEP'      : 'Software Communications Architecture 4.1 [Full] Appliation Environment Profile'
 }
 
 col_names = {



More information about the vc mailing list