Skip to content

Commit ee90c55

Browse files
committed
[fs.class.path.general] Defuse cross-reference to POSIX
Fixes ISO/CS comment (C++23 proof)
1 parent 85f4bb4 commit ee90c55

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

source/iostreams.tex

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13592,11 +13592,8 @@
1359213592
\pnum
1359313593
\defnx{Pathname resolution}{pathname resolution}
1359413594
is the operating system dependent mechanism for resolving
13595-
a pathname to a particular file in a file hierarchy. There may be multiple
13596-
pathnames that resolve to the same file.
13597-
\begin{example}
13598-
POSIX specifies the mechanism in section 4.12, Pathname resolution.
13599-
\end{example}
13595+
a pathname to a particular file in a file hierarchy (see POSIX, section 4.12).
13596+
There may be multiple pathnames that resolve to the same file.
1360013597

1360113598
\begin{codeblock}
1360213599
namespace std::filesystem {

0 commit comments

Comments
 (0)