Use the \note and \warning macros where appropriate.

This commit is contained in:
Fred Drake 2001-10-20 04:24:09 +00:00
parent 64a5aaf05c
commit 0aa811c527
45 changed files with 156 additions and 163 deletions

View file

@ -7,9 +7,9 @@
This module implements some useful functions on pathnames.
\index{path!operations}
\strong{Warning:} On Windows, many of these functions do not properly
\warning{On Windows, many of these functions do not properly
support UNC pathnames. \function{splitunc()} and \function{ismount()}
do handle them correctly.
do handle them correctly.}
\begin{funcdesc}{abspath}{path}