summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2020-05-18 19:37:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-05-18 19:54:53 (GMT)
commit01b62aaf11a0cbaa1ddce8a9e2b9940985a103af (patch)
treec3d502d23c62ad988903e219e5ccd7ae760a8380 /Documentation
parent8f0e9843bdf82b04591416367bee3817991e0722 (diff)
downloadgit-01b62aaf11a0cbaa1ddce8a9e2b9940985a103af.zip
git-01b62aaf11a0cbaa1ddce8a9e2b9940985a103af.tar.gz
git-01b62aaf11a0cbaa1ddce8a9e2b9940985a103af.tar.bz2
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 <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-bugreport.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-bugreport.txt b/Documentation/git-bugreport.txt
index 643d1b2..d5caa7c 100644
--- a/Documentation/git-bugreport.txt
+++ b/Documentation/git-bugreport.txt
@@ -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
---