From ea6f636e94ca028d223ab84f89cc8fae3f26a0bc Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 17 Mar 2008 17:21:09 +0000 Subject: [PATCH] r18890@catbus: nickm | 2008-03-17 13:19:29 -0400 Clarify documentation for file_status a little svn:r14079 --- src/common/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/util.c b/src/common/util.c index 5665d70b49..669905dc03 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -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) {