summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2007-05-17 14:08:54 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2007-05-17 14:08:54 +0000
commit4e1f82e099aa835934759030422fdb87745837b7 (patch)
tree3940c74d2aed431d191b96b0a4739594880a82f6
parent0a0db26bd269562676b6251e8347f4b89907ace3 (diff)
downloadfuse-4e1f82e099aa835934759030422fdb87745837b7.tar.gz
header doc fix, Debian bug#424871
-rw-r--r--include/fuse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 83b6f21..bbe625a 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -132,7 +132,7 @@ struct fuse_operations {
/** Change the access and/or modification times of a file
*
- * Deprecated, use utimes() instead.
+ * Deprecated, use utimens() instead.
*/
int (*utime) (const char *, struct utimbuf *);