mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-07 19:58:50 +00:00
doc: misc refactor
This commit is contained in:
parent
12fb17463a
commit
6989f1e828
1 changed files with 20 additions and 11 deletions
|
@ -95,7 +95,7 @@ Write to the
|
|||
for bug reports, feature requests, and other discussions.
|
||||
|
||||
|
||||
@node Porting
|
||||
@node Porting BookmarkFS
|
||||
@section Porting BookmarkFS
|
||||
|
||||
Currently, BookmarkFS only runs on GNU/Linux and FreeBSD.
|
||||
|
@ -1036,7 +1036,6 @@ Read permission is denied for the directory.
|
|||
@end table
|
||||
|
||||
@item BOOKMARKFS_IOC_FSCK_APPLY
|
||||
|
||||
``Repair'' a bookmark by renaming it.
|
||||
|
||||
The @code{id} field must be set to a value previously obtained from
|
||||
|
@ -1109,10 +1108,15 @@ Typically, backends are built into shared libraries, and are installed as:
|
|||
@var{$@{pkglibdir@}}/backend-@var{$@{name@}}@var{$@{shlib_suffix@}}
|
||||
@end example
|
||||
|
||||
Where @var{$@{name@}} is the backend name, equivalent to the value given to the
|
||||
@option{-o backend=@var{name}} option of frontend programs,
|
||||
and @var{$@{shlib_suffix@}} is the common filename extension for shared library
|
||||
files on the current platform (e.g. @file{.so} on GNU/Linux and FreeBSD).
|
||||
@table @var
|
||||
@item $@{name@}
|
||||
The backend name, equivalent to the value given to the
|
||||
@option{-o backend=@var{name}} option of frontend programs.
|
||||
|
||||
@item $@{shlib_suffix@}
|
||||
The common filename extension for shared library files on the current platform
|
||||
(e.g. @file{.so} on GNU/Linux and FreeBSD).
|
||||
@end table
|
||||
|
||||
|
||||
@node Firefox
|
||||
|
@ -1437,10 +1441,15 @@ shared libraries, and are installed as:
|
|||
@var{$@{pkglibdir@}}/fsck-handler-@var{$@{name@}}@var{$@{shlib_suffix@}}
|
||||
@end example
|
||||
|
||||
Where @var{$@{name@}} is the handler name, equivalent to the value given to
|
||||
the @option{-o handler=@var{name}} option of @command{fsck.bookmarkfs},
|
||||
and @var{$@{shlib_suffix@}} is the common filename extension for shared library
|
||||
files on the current platform (e.g. @file{.so} on GNU/Linux and FreeBSD).
|
||||
@table @var
|
||||
@item $@{name@}
|
||||
The handler name, equivalent to the value given to the
|
||||
@option{-o handler=@var{name}} option of @command{fsck.bookmarkfs}.
|
||||
|
||||
@item $@{shlib_suffix@}
|
||||
The common filename extension for shared library files on the current platform
|
||||
(e.g. @file{.so} on GNU/Linux and FreeBSD).
|
||||
@end table
|
||||
|
||||
|
||||
@node Built-in Filesystem-Check Handler
|
||||
|
|
Loading…
Add table
Reference in a new issue