When we say "link:strftime[3]", it ends up rendered as "3[1]" and we produce a footnote referring to the non-existing file:///.../git-doc/strftime. Make sure we use gitlink, not link, to get the effect we're after. Signed-off-by: Martin Ågren <martin.agren@xxxxxxxxx> --- Documentation/git-bugreport.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-bugreport.txt b/Documentation/git-bugreport.txt index 7fe9aef34e..5ee9988628 100644 --- a/Documentation/git-bugreport.txt +++ b/Documentation/git-bugreport.txt @@ -46,7 +46,7 @@ OPTIONS --suffix <format>:: Specify an alternate suffix for the bugreport name, to create a file named 'git-bugreport-<formatted suffix>'. This should take the form of a - link:strftime[3] format string; the current local time will be used. + linkgit:strftime[3] format string; the current local time will be used. GIT --- -- 2.27.0.rc0