From 57089f1d553d206ae43b85060c2b03d9f9367a3c Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 2 Oct 2016 20:40:02 -0700 Subject: Edited comments for clarity. --- include/fuse_lowlevel.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include/fuse_lowlevel.h') 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. -- cgit v1.2.3