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