summaryrefslogtreecommitdiffstats
path: root/generator
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-09-18 08:57:30 +0100
committerRichard W.M. Jones <rjones@redhat.com>2010-09-18 09:11:31 +0100
commit585fceb3350c17a3d6ed7f2daffd5e2b3e5fc3e1 (patch)
tree27127b200c19a9fb982344ee72b5b32f4b306a6d /generator
parent3eb76554ef1f2f218f8920d9a8b8fb4ba6b21d66 (diff)
downloadlibguestfs-585fceb3350c17a3d6ed7f2daffd5e2b3e5fc3e1.tar.gz
libguestfs-585fceb3350c17a3d6ed7f2daffd5e2b3e5fc3e1.tar.xz
libguestfs-585fceb3350c17a3d6ed7f2daffd5e2b3e5fc3e1.zip
fish: In guestfish(1) turn command references into links.
Diffstat (limited to 'generator')
-rw-r--r--generator/generator_fish.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/generator_fish.ml b/generator/generator_fish.ml
index f18012f2..ef675d35 100644
--- a/generator/generator_fish.ml
+++ b/generator/generator_fish.ml
@@ -608,7 +608,7 @@ and generate_fish_actions_pod () =
try Str.matched_group 1 s
with Not_found ->
failwithf "error substituting C<guestfs_...> in longdesc of function %s" name in
- "C<" ^ replace_char sub '_' '-' ^ ">"
+ "L</" ^ replace_char sub '_' '-' ^ ">"
) longdesc in
let name = replace_char name '_' '-' in
let alias =