Index | Thread | Search

From:
Jason McIntyre <jmc@kerhand.co.uk>
Subject:
Re: fuse_daemonize(3) man page typo for foreground parameter value
To:
tech@openbsd.org
Date:
Sun, 9 Mar 2025 08:15:09 +0000

Download raw body.

Thread
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