CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/09/23 03:28:28
Modified files:
lib/libfuse : fuse_chan_fd.3 fuse_daemonize.3 fuse_destroy.3
fuse_loop.3 fuse_mount.3 fuse_new.3 fuse_opt.3
fuse_parse_cmdline.3 fuse_set_signal_handlers.3
fuse_setup.3
Log message:
Minor cleanup in several of the FUSE manuals, including:
* clarify that dying from a signal is not considered a failure of fuse_loop(3)
* add many missing .Dv macros and a few missing .Pa and .Er macros
* remove future tense in several cases where it's pointless
* polish some capitalization and punctuation and fix a few typos
OK helg@