From 5222be29f81fb98f0448d6e289c2c486fbc56883 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 18 Sep 2010 08:57:30 +0100 Subject: [PATCH] fish: In guestfish(1) turn command references into links. Cherry picked from commit 585fceb3350c17a3d6ed7f2daffd5e2b3e5fc3e1 and backported for stable-1.2 branch. --- src/generator.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generator.ml b/src/generator.ml index c762ae6..4e08fd7 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -7705,7 +7705,7 @@ and generate_fish_actions_pod () = try Str.matched_group 1 s with Not_found -> failwithf "error substituting C in longdesc of function %s" name in - "C<" ^ replace_char sub '_' '-' ^ ">" + "L" ) longdesc in let name = replace_char name '_' '-' in let alias = -- 1.8.3.1