]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-bugreport.txt: adjust reference to strftime(3)
authorTodd Zullinger <tmz@pobox.com>
Mon, 18 May 2020 19:37:36 +0000 (15:37 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 May 2020 19:54:53 +0000 (12:54 -0700)
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 <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-bugreport.txt

index 643d1b288420f628592b81f634afc3deeeaa1855..d5caa7cfc5b4d03ea6d08e2cab82cca97c24d131 100644 (file)
@@ -45,7 +45,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.
+       strftime(3) format string; the current local time will be used.
 
 GIT
 ---