aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_lowlevel.h
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-02 20:40:02 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-02 20:51:10 -0700
commit57089f1d553d206ae43b85060c2b03d9f9367a3c (patch)
treedec2b242ddb37967eb20941a8945a0af6d8c0668 /include/fuse_lowlevel.h
parente52c84d0745c6b7f13c01b5ffb986e2fba63fb38 (diff)
Edited comments for clarity.
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r--include/fuse_lowlevel.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index f0f0e0b..f90a052 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -1570,10 +1570,9 @@ int fuse_req_interrupted(fuse_req_t req);
* Returns a session structure suitable for passing to
* fuse_session_mount() and fuse_session_loop().
*
- * Known arguments are defined in `struct fuse_opt fuse_ll_opts[]` and
- * `struct fuse_opt fuse_mount_opts[]`. If there are any unknown
- * arguments, an error message will be printed to stderr and the
- * function will return NULL.
+ * Known options are defined in `struct fuse_opt fuse_ll_opts[]` and
+ * `struct fuse_opt fuse_mount_opts[]`. If not all options are known,
+ * an error message is written to stderr and the function returns NULL.
*
* If the --help or --version parameters are specified, the function
* prints the requsted information to stdout and returns NULL.