diff options
Diffstat (limited to 'Doc/lib/libposixpath.tex')
-rw-r--r-- | Doc/lib/libposixpath.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex index 190cf07..cea963e 100644 --- a/Doc/lib/libposixpath.tex +++ b/Doc/lib/libposixpath.tex @@ -175,8 +175,8 @@ change the meaning of the path if it contains symbolic links! \begin{funcdesc}{realpath}{path} Return the canonical path of the specified filename, eliminating any -symbolic links encountered in the path. -Availability: \UNIX. +symbolic links encountered in the path (if they are supported by the +operating system). \versionadded{2.2} \end{funcdesc} |