We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f4bb4 commit ee90c55Copy full SHA for ee90c55
source/iostreams.tex
@@ -13592,11 +13592,8 @@
13592
\pnum
13593
\defnx{Pathname resolution}{pathname resolution}
13594
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}
+a pathname to a particular file in a file hierarchy (see POSIX, section 4.12).
+There may be multiple pathnames that resolve to the same file.
13600
13601
\begin{codeblock}
13602
namespace std::filesystem {
0 commit comments