summaryrefslogtreecommitdiffstats
path: root/posix-compliance/posix_rst.py
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2021-05-05 16:31:53 -0500
committerJoel Sherrill <joel@rtems.org>2021-05-17 12:52:45 -0500
commit1568ed2fe3d218c46dd32fc4e3fbffd0b70aa207 (patch)
tree7ac72c82f4e647ba143f2139b984fa128e1a12d0 /posix-compliance/posix_rst.py
parentposix-compliance/posix_rst.py: Use proper names of standards in headings (diff)
downloadrtems-docs-1568ed2fe3d218c46dd32fc4e3fbffd0b70aa207.tar.bz2
posix-compliance: Update to include POSIX 1003.1-2017 (Issue 7).
Diffstat (limited to 'posix-compliance/posix_rst.py')
-rwxr-xr-xposix-compliance/posix_rst.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/posix-compliance/posix_rst.py b/posix-compliance/posix_rst.py
index c50fd4a..e493b27 100755
--- a/posix-compliance/posix_rst.py
+++ b/posix-compliance/posix_rst.py
@@ -12,6 +12,7 @@ import sys
standards = [
'RTEMS',
+ 'POSIX-2017',
'POSIX-2008',
'POSIX-2003',
'PSE51',
@@ -40,7 +41,8 @@ standards = [
standard_names = {
'RTEMS' : 'RTEMS Complete Profile',
- 'POSIX-2008' : 'POSIX-2008 (Issue 7)',
+ 'POSIX-2017' : 'POSIX-2017 (Issue 7)',
+ 'POSIX-2008' : 'POSIX-2008 (Issue 6 TC2)',
'POSIX-2003' : 'POSIX-2003 (Issue 6)',
'PSE51' : 'POSIX PSE51 - Minimal',
'PSE52' : 'POSIX PSE52 - Real-Time Controller',
@@ -71,6 +73,7 @@ col_names = {
'header' : 'Header File',
'rtems-net' : 'RTEMS w/ Networking',
'rtems-impl' : 'RTEMS Impl Note',
+ 'POSIX-2017' : 'IEEE Std 1003.1-2017',
'POSIX-2008' : 'IEEE Std 1003.1-2008',
'POSIX-2003' : 'IEEE Std 1003.1-2003',
'PSE51' : 'PSE51',