MANPAGE: move nosyslog to MOUNT OPTIONS section
It was in INIT OPTIONS by mistake.
This commit is contained in:
parent
2a9dea2973
commit
14bf80301b
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user