X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-posix%2Fsb-posix.texinfo;h=061c36a69807b1f5448b1e2174107bc8f1f44507;hb=6a0601ab48635465ad3400c290e5cfbca28e5367;hp=61b4bf72344ca9993d5c830e4f1599cd51e7fc66;hpb=cbf779440ed494726e43620c8d48500dc43da950;p=sbcl.git diff --git a/contrib/sb-posix/sb-posix.texinfo b/contrib/sb-posix/sb-posix.texinfo index 61b4bf7..061c36a 100644 --- a/contrib/sb-posix/sb-posix.texinfo +++ b/contrib/sb-posix/sb-posix.texinfo @@ -110,9 +110,11 @@ name of a directory in POSIX filename syntax into a pathname @end lisp @noindent -returns a pathname that denotes a file in the directory, it's necessary -to append a forward slash to the POSIX filename. Otherwise, the last -directory name will be parsed as a filename. +returns a pathname that denotes a file in the directory, supply a true +@code{AS-DIRECTORY} argument to @code{SB-EXT:PARSE-NATIVE-NAMESTRING}. +Likewise, if it is necessary to supply the name of a directory to a +POSIX function in non-directory syntax, supply a true @code{AS-FILE} +argument to @code{SB-EXT:NATIVE-NAMESTRING}. @node Type conversion functions @subsubsection Type conversion functions