X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-posix%2Fsb-posix.texinfo;h=95fd8bedfa9990d793c647cfeef74bd1d4febbd7;hb=007bcd5aac2f3a1e714563bd39f7a2db2d0bf7c2;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..95fd8be 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 @@ -211,6 +213,10 @@ objects corresponding to supported POSIX structures, and the supported slots for those structures. @itemize + +@item flock +@include class-sb-posix-flock.texinfo + @item passwd @include class-sb-posix-passwd.texinfo