Download raw body.
fuse_daemonize(3) man page typo for foreground parameter value
fuse_daemonize(3) man page typo for foreground parameter value
On Thu, Feb 27, 2025 at 05:30:04PM +0100, Hiltjo Posthuma wrote: > 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 > fixed, thanks. jmc
fuse_daemonize(3) man page typo for foreground parameter value
fuse_daemonize(3) man page typo for foreground parameter value