From: Hiltjo Posthuma Subject: fuse_daemonize(3) man page typo for foreground parameter value To: tech@openbsd.org Date: Thu, 27 Feb 2025 17:30:04 +0100 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