MANPAGE: move nosyslog to MOUNT OPTIONS section

It was in INIT OPTIONS by mistake.
This commit is contained in:
Jakob Unterwurzacher 2021-08-20 16:01:53 +02:00
parent 2a9dea2973
commit 14bf80301b
1 changed files with 5 additions and 5 deletions

View File

@ -122,11 +122,6 @@ harvest enough entropy.
Use HKDF to derive separate keys for content and name encryption from Use HKDF to derive separate keys for content and name encryption from
the master key. Default true. 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 #### -plaintextnames
Do not encrypt file names and symlink targets. Do not encrypt file names and symlink targets.
@ -344,6 +339,11 @@ https://github.com/rfjakob/gocryptfs/issues/63 .
#### -nosuid #### -nosuid
See `-suid, -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 #### -notifypid int
Send USR1 to the specified process after successful mount. This is Send USR1 to the specified process after successful mount. This is
used internally for daemonization. used internally for daemonization.