summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-08-20 16:01:53 +0200
committerJakob Unterwurzacher2021-08-20 16:01:53 +0200
commit14bf80301b4f3f1fb56f2f0b73de0dcc4aab5216 (patch)
treef5f04fd8192973b41756343b63ca5693bfff1251 /Documentation
parent2a9dea2973a6141e8efdf8bd26d8ddb2d2c35fc4 (diff)
MANPAGE: move nosyslog to MOUNT OPTIONS section
It was in INIT OPTIONS by mistake.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/MANPAGE.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md
index ab9f872..6cbf9d4 100644
--- a/Documentation/MANPAGE.md
+++ b/Documentation/MANPAGE.md
@@ -122,11 +122,6 @@ harvest enough entropy.
Use HKDF to derive separate keys for content and name encryption from
the master key. Default true.
-#### -nosyslog
-Diagnostic messages are normally redirected to syslog once gocryptfs
-daemonizes. This option disables the redirection and messages will
-continue be printed to stdout and stderr.
-
#### -plaintextnames
Do not encrypt file names and symlink targets.
@@ -344,6 +339,11 @@ https://github.com/rfjakob/gocryptfs/issues/63 .
#### -nosuid
See `-suid, -nosuid`.
+#### -nosyslog
+Diagnostic messages are normally redirected to syslog once gocryptfs
+daemonizes. This option disables the redirection and messages will
+continue be printed to stdout and stderr.
+
#### -notifypid int
Send USR1 to the specified process after successful mount. This is
used internally for daemonization.