summaryrefslogtreecommitdiffstats
path: root/system/loggedfs/manpage_grammar.diff
blob: a6166133fd468b00323864b1bc5dac3a9dc7d80d (plain)
diff -Naur loggedfs-loggedfs-0.9/loggedfs.1 loggedfs-loggedfs-0.9.patched/loggedfs.1
--- loggedfs-loggedfs-0.9/loggedfs.1	2018-03-26 04:34:32.000000000 -0400
+++ loggedfs-loggedfs-0.9.patched/loggedfs.1	2023-04-23 02:34:49.572040899 -0400
@@ -11,7 +11,7 @@
 .B ...
 .SH DESCRIPTION
 .B LoggedFS 
-is a transparent fuse-filesystem which allows to log every operations that happens in the backend filesystem. Logs can be written to syslog, to a file, or to the standard output. LoggedFS comes with a XML configuration file in which you can choose exactly what you want to log and what you don't want to log. You can add filters on users, operations (open, read, write, chown, chmod, etc.), filenames , and return code. Filename's filters are regular expressions.
+is a transparent fuse-filesystem which allows logging every operation that happens in the backend filesystem. Logs can be written to syslog, to a file, or to the standard output. LoggedFS comes with an XML configuration file in which you can choose exactly what you want to log and what you don't want to log. You can add filters on users, operations (open, read, write, chown, chmod, etc.), filenames, and return codes. Filename filters are regular expressions.
 .SH OPTIONS
 .IP -f
 Do not start as a daemon. Write logs to stdout if no log file is specified.
@@ -22,13 +22,13 @@
 .IP "-l log-file"
 Use the
 .I log-file
-to write logs to. If no log file is specified then logs are only written to syslog or to stdout, depending on -f.
+to write logs to. If no log file is specified, then logs are only written to syslog or to stdout, depending on -f.
 .IP -p
-Allow every users to see the new loggedfs. 
+Allow every user to see the new loggedfs.
 .SH FILES
 .I /etc/fuse.conf
 .RS
-The system wide configuration file.
+The system wide FUSE configuration file.
 .RE
 .SH AUTHOR
 Remi Flament <remipouak@gmail.com>