X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fcmd-list.perl;h=04f99778d81def42e9e129b2f5b2b0551a0c760f;hb=b5c12797b442ddf4256332fe4baf709f90bb57a5;hp=c2d55cdb5e8720be8892abf90b10379ca9cf3d65;hpb=31cbb5d96151891491168d3f813e6898c9ef825b;p=git.git diff --git a/Documentation/cmd-list.perl b/Documentation/cmd-list.perl index c2d55cdb5..04f99778d 100755 --- a/Documentation/cmd-list.perl +++ b/Documentation/cmd-list.perl @@ -27,7 +27,7 @@ sub format_one { die "No description found in $name.txt"; } if (my ($verify_name, $text) = ($description =~ /^($name) - (.*)/)) { - print $out "gitlink:$name\[1\]::\n\t"; + print $out "linkgit:$name\[1\]::\n\t"; if ($attr =~ / deprecated /) { print $out "(deprecated) "; }