X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fcmd-list.perl;h=04f99778d81def42e9e129b2f5b2b0551a0c760f;hb=fc2d99f1e95252dcd3eb645a370a658bea7fd5bd;hp=c2d55cdb5e8720be8892abf90b10379ca9cf3d65;hpb=ab7d70766963e1e854a1edcbb0b840242330a7cb;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) "; }