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

This commit is contained in:
Joel Sherrill 2021-04-12 08:38:04 -05:00
parent 1f538688a7
commit 037104a702

View File

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