summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-05-20 15:33:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-05-20 15:33:30 (GMT)
commit22954ba04d88d0962cf12657bd9eddf8b8d22f78 (patch)
tree8d169bec1c2189add95f8df0859f9a17e5db6784 /Documentation
parent7c65901d6d7c2692854f88e56baabb1753e3f308 (diff)
parent01b62aaf11a0cbaa1ddce8a9e2b9940985a103af (diff)
downloadgit-22954ba04d88d0962cf12657bd9eddf8b8d22f78.zip
git-22954ba04d88d0962cf12657bd9eddf8b8d22f78.tar.gz
git-22954ba04d88d0962cf12657bd9eddf8b8d22f78.tar.bz2
Merge branch 'es/bugreport'
Doc fix. * es/bugreport: git-bugreport.txt: adjust reference to strftime(3)
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 7fe9aef..9edad66 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.
+ strftime(3) format string; the current local time will be used.
GIT
---