From bd721ecf499640fc38220f46ee360436452c9da3 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Thu, 16 May 2024 14:32:49 +0200 Subject: [PATCH] [fs.class.path.general] Defuse cross-reference to POSIX Fixes ISO/CS comment (C++23 proof) --- source/iostreams.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/iostreams.tex b/source/iostreams.tex index db5609b2f4..dc23d3c5f2 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -13627,7 +13627,8 @@ 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.12, Pathname resolution. +For POSIX-based operating systems, +this mechanism is specified in POSIX, section 4.12, Pathname resolution. \end{example} \begin{codeblock}