mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-28 21:38:50 +00:00
doc: misc update
This commit is contained in:
parent
712861e8f8
commit
8b1c0d0dc1
1 changed files with 10 additions and 4 deletions
|
@ -134,6 +134,9 @@ on FreeBSD, which includes:
|
||||||
@item Online filesystem check (@pxref{Online Filesystem Check})
|
@item Online filesystem check (@pxref{Online Filesystem Check})
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
Meanwhile, FreeBSD does not support @code{FUSE_READDIRPLUS} and directory
|
||||||
|
entry caching, which makes listing directory entries less efficient.
|
||||||
|
|
||||||
|
|
||||||
@node Sandboxing
|
@node Sandboxing
|
||||||
@section Sandboxing
|
@section Sandboxing
|
||||||
|
@ -261,8 +264,8 @@ This behavior may be inefficient, but makes applications that depend on ctime
|
||||||
less fragile.
|
less fragile.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
The kernel may cache file attributes, making ctime appear more ``correct''
|
The kernel may automatically update and cache ctime,
|
||||||
than what we claim.
|
making it more ``correct'' than what we expect.
|
||||||
However, this behavior should not be relied upon.
|
However, this behavior should not be relied upon.
|
||||||
|
|
||||||
@item -o eol
|
@item -o eol
|
||||||
|
@ -410,6 +413,8 @@ Always backup the bookmark storage before repairing, or risk losing your data!
|
||||||
Readline application name in interactive mode.
|
Readline application name in interactive mode.
|
||||||
Defaults to @samp{fsck.bookmarkfs}.
|
Defaults to @samp{fsck.bookmarkfs}.
|
||||||
|
|
||||||
|
@xref{Conditional Init Constructs,,, readline, GNU Readline Library}.
|
||||||
|
|
||||||
@item -o type=bookmark|tag|keyword
|
@item -o type=bookmark|tag|keyword
|
||||||
Subsystem type (@pxref{Hierarchy}).
|
Subsystem type (@pxref{Hierarchy}).
|
||||||
Defaults to @samp{bookmark}.
|
Defaults to @samp{bookmark}.
|
||||||
|
@ -706,7 +711,7 @@ If the original file is already associated with another keyword,
|
||||||
|
|
||||||
When a filesystem operation fails, the kernel returns an error code for the
|
When a filesystem operation fails, the kernel returns an error code for the
|
||||||
system call.
|
system call.
|
||||||
In addition to common error codes, there's few more in BookmarkFS:
|
In addition to common error codes, there are a few more in BookmarkFS:
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
@item EPERM
|
@item EPERM
|
||||||
|
@ -1370,7 +1375,8 @@ Defaults to @samp{% }.
|
||||||
This option is ignored in non-interactive mode.
|
This option is ignored in non-interactive mode.
|
||||||
|
|
||||||
@item translit=@var{char}
|
@item translit=@var{char}
|
||||||
Transliterate bad characters into @var{char}.
|
Transliterate bad (@samp{/}) characters into @var{char}
|
||||||
|
(must be a single ASCII character).
|
||||||
Defaults to @samp{_}.
|
Defaults to @samp{_}.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue