Commit ea6f636e authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

r18890@catbus: nickm | 2008-03-17 13:19:29 -0400

 Clarify documentation for file_status a little


svn:r14079
parent 9a24158c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1397,7 +1397,7 @@ clean_name_for_stat(char *name)

/** Return FN_ERROR if filename can't be read, FN_NOENT if it doesn't
 * exist, FN_FILE if it is a regular file, or FN_DIR if it's a
 * directory. */
 * directory.  On FN_ERROR, sets errno. */
file_status_t
file_status(const char *fname)
{