From 6978feb9d40b81cc47ed6cb693c70a9377e7c4de Mon Sep 17 00:00:00 2001 From: CismonX Date: Wed, 8 Jan 2025 01:11:56 +0800 Subject: [PATCH] doc: update doc for mount.bookmarkfs Mention about automatically dismounting on signals. --- doc/bookmarkfs.texi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/bookmarkfs.texi b/doc/bookmarkfs.texi index 562f216..ab1fd39 100644 --- a/doc/bookmarkfs.texi +++ b/doc/bookmarkfs.texi @@ -171,8 +171,11 @@ The @var{src} argument is presumably the pathname of a file that stores bookmark data. Its exact interpretation is backend-defined. -To unmount a BookmarkFS filesystem, use @linuxmanpage{fusermount3, 1} or +To unmount a BookmarkFS filesystem, run @linuxmanpage{fusermount3, 1} or @linuxmanpage{umount, 8} on @var{target}. +The daemon process will automatically dismount the filesystem upon +@code{SIGINT} or @code{SIGTERM} receipt, however, it only works in +non-sandbox mode. Available options: