From e7743f02856bf92e34cbf42f30ad81452ae652a2 Mon Sep 17 00:00:00 2001 From: CismonX Date: Thu, 20 Feb 2025 14:13:20 +0800 Subject: [PATCH] doc: fix syntax problems --- doc/bookmarkfs.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/bookmarkfs.texi b/doc/bookmarkfs.texi index 8ff30d4..6fcf238 100644 --- a/doc/bookmarkfs.texi +++ b/doc/bookmarkfs.texi @@ -297,7 +297,7 @@ Alternatively, @var{name} could be specified in @samp{@var{lib_path}:@var{sym_name}} format, where: @table @var -@item lib_path@ +@item lib_path Presumably the pathname to the backend library. Its exact interpretation is equivalent to the first argument for @posixfuncmanpage{dlopen}. @@ -504,7 +504,7 @@ Alternatively, @var{name} could be specified in @samp{@var{lib_path}:@var{sym_name}} format, where: @table @var -@item lib_path@ +@item lib_path Presumably the pathname to the fsck handler library. Its exact interpretation is equivalent to the first argument for @posixfuncmanpage{dlopen}.