Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion source/intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
\item ISO 8601:2004, \doccite{Data elements and interchange formats ---
Information interchange --- Representation of dates and times}
\item ISO/IEC 9899:2018, \doccite{Programming languages --- C}
\item ISO/IEC 9945:2003, \doccite{Information Technology --- Portable
\item ISO/IEC/IEEE 9945:2009, \doccite{Information Technology --- Portable
Operating System Interface (POSIX
\begin{footnote}
POSIX\textregistered\ is a registered trademark of
Expand All @@ -46,6 +46,10 @@
does not constitute an endorsement by ISO or IEC of this product.
\end{footnote}%
)}
\item ISO/IEC/IEEE 9945:2009/Cor 1:2013, \doccite{Information Technology --- Portable
Operating System Interface (POSIX), Technical Corrigendum 1}
\item ISO/IEC/IEEE 9945:2009/Cor 2:2017, \doccite{Information Technology --- Portable
Operating System Interface (POSIX), Technical Corrigendum 2}
\item ISO/IEC 10646, \doccite{Information technology ---
Universal Coded Character Set (UCS)}
\item ISO/IEC 10646:2003,
Expand Down
4 changes: 2 additions & 2 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11869,7 +11869,7 @@
a pathname to a particular file in a file hierarchy. There may be multiple
pathnames that resolve to the same file.
\begin{example}
POSIX specifies the mechanism in section 4.11, Pathname resolution.
POSIX specifies the mechanism in section 4.12, Pathname resolution.
\end{example}

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

\rSec3[fs.dir.itr.members]{Members}
Expand Down
2 changes: 1 addition & 1 deletion source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2307,7 +2307,7 @@
or to a namespace within namespace
\tcode{posix}
unless otherwise specified. The namespace \tcode{posix} is reserved for use by
ISO/IEC 9945 and other POSIX standards.
ISO/IEC/IEEE 9945 and other POSIX standards.

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

Expand Down