From 01b62aaf11a0cbaa1ddce8a9e2b9940985a103af Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 18 May 2020 15:37:36 -0400 Subject: [PATCH] git-bugreport.txt: adjust reference to strftime(3) The strftime(3) man page is outside of the Git suite. Refererence it as we do other external man pages and avoid creating a broken link when generating the HTML documentation. Signed-off-by: Todd Zullinger Signed-off-by: Junio C Hamano --- 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 643d1b2884..d5caa7cfc5 100644 --- a/Documentation/git-bugreport.txt +++ b/Documentation/git-bugreport.txt @@ -45,7 +45,7 @@ OPTIONS --suffix :: Specify an alternate suffix for the bugreport name, to create a file named 'git-bugreport-'. This should take the form of a - link:strftime[3] format string; the current local time will be used. + strftime(3) format string; the current local time will be used. GIT ---