From 87931bc1f7ceab79dfa7a88043c2a0c7d2fdc5b1 Mon Sep 17 00:00:00 2001 From: CismonX Date: Tue, 11 Feb 2025 18:45:49 +0800 Subject: [PATCH] doc: update doc for the Firefox backend --- doc/bookmarkfs.texi | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/bookmarkfs.texi b/doc/bookmarkfs.texi index 2216b88..5741afc 100644 --- a/doc/bookmarkfs.texi +++ b/doc/bookmarkfs.texi @@ -1252,8 +1252,8 @@ until the filesystem is dismounted. The Firefox browser holds an exclusive lock on the database by default. If you wish to mount the bookmarks while keeping the browser session open, -set the @code{storage.sqlite.exclusiveLock.enabled} browser preference -to @code{false}. +set the @samp{storage.sqlite.exclusiveLock.enabled} browser preference +to @samp{false}. @item assume_title_distinct If this options is provided, the backend assumes that bookmark names are @@ -1308,6 +1308,14 @@ Value is a decimal integer representing number of microseconds since the Unix epoch. @end table +Notable limitations: + +@itemize @bullet{} +@item Due to the way bookmarks are associated with the URLs, +if multiple bookmarks share the same URL, changing the last access time +of a bookmark may affect that of other bookmarks. +@end itemize + @node Chromium Backend @section Chromium Backend