Download raw body.
fuse_daemonize(3) man page typo for foreground parameter value
Hi,
Noticed when working on FUSE stuff.
The man page description for fuse_daemonize(3) says:
If foreground is 1, fuse_daemonize() will detach from the controlling
terminal and run in the background as a system daemon. Otherwise, the
process will continue to run in the foreground.
but 1 should be 0:
If foreground is 0, fuse_daemonize() will detach from the controlling
terminal and run in the background as a system daemon. Otherwise, the
process will continue to run in the foreground.
--
Kind regards,
Hiltjo
fuse_daemonize(3) man page typo for foreground parameter value