Skip to content

Commit 4a83ded

Browse files
jwakelytkoeppe
authored andcommitted
P2227R0 Update normative reference to POSIX
1 parent b4ec5c6 commit 4a83ded

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

source/intro.tex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
\item ISO 8601:2004, \doccite{Data elements and interchange formats ---
3838
Information interchange --- Representation of dates and times}
3939
\item ISO/IEC 9899:2018, \doccite{Programming languages --- C}
40-
\item ISO/IEC 9945:2003, \doccite{Information Technology --- Portable
40+
\item ISO/IEC/IEEE 9945:2009, \doccite{Information Technology --- Portable
4141
Operating System Interface (POSIX
4242
\begin{footnote}
4343
POSIX\textregistered\ is a registered trademark of
@@ -46,6 +46,10 @@
4646
does not constitute an endorsement by ISO or IEC of this product.
4747
\end{footnote}%
4848
)}
49+
\item ISO/IEC/IEEE 9945:2009/Cor 1:2013, \doccite{Information Technology --- Portable
50+
Operating System Interface (POSIX), Technical Corrigendum 1}
51+
\item ISO/IEC/IEEE 9945:2009/Cor 2:2017, \doccite{Information Technology --- Portable
52+
Operating System Interface (POSIX), Technical Corrigendum 2}
4953
\item ISO/IEC 10646, \doccite{Information technology ---
5054
Universal Coded Character Set (UCS)}
5155
\item ISO/IEC 10646:2003,

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11869,7 +11869,7 @@
1186911869
a pathname to a particular file in a file hierarchy. There may be multiple
1187011870
pathnames that resolve to the same file.
1187111871
\begin{example}
11872-
POSIX specifies the mechanism in section 4.11, Pathname resolution.
11872+
POSIX specifies the mechanism in section 4.12, Pathname resolution.
1187311873
\end{example}
1187411874

1187511875
\begin{codeblock}
@@ -14765,7 +14765,7 @@
1476514765
construction of a \tcode{directory_iterator} for the directory, it is
1476614766
unspecified whether or not subsequently incrementing the iterator will ever
1476714767
result in an iterator referencing the removed or added directory entry. See
14768-
POSIX \tcode{readdir_r}.
14768+
POSIX \tcode{readdir}.
1476914769
\end{note}
1477014770

1477114771
\rSec3[fs.dir.itr.members]{Members}

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2307,7 +2307,7 @@
23072307
or to a namespace within namespace
23082308
\tcode{posix}
23092309
unless otherwise specified. The namespace \tcode{posix} is reserved for use by
2310-
ISO/IEC 9945 and other POSIX standards.
2310+
ISO/IEC/IEEE 9945 and other POSIX standards.
23112311

23122312
\rSec4[namespace.future]{Namespaces for future standardization}
23132313

0 commit comments

Comments
 (0)