[or-cvs] r14079: Clarify documentation for file_status a little (in tor/trunk: . src/common)

nickm at seul.org nickm at seul.org
Mon Mar 17 17:21:10 UTC 2008


Author: nickm
Date: 2008-03-17 13:21:09 -0400 (Mon, 17 Mar 2008)
New Revision: 14079

Modified:
   tor/trunk/
   tor/trunk/src/common/util.c
Log:
 r18890 at catbus:  nickm | 2008-03-17 13:19:29 -0400
 Clarify documentation for file_status a little



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r18890] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/common/util.c
===================================================================
--- tor/trunk/src/common/util.c	2008-03-17 16:52:01 UTC (rev 14078)
+++ tor/trunk/src/common/util.c	2008-03-17 17:21:09 UTC (rev 14079)
@@ -1397,7 +1397,7 @@
 
 /** 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)
 {



More information about the tor-commits mailing list