aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-credential-cache--daemon.txt
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2022-04-06 14:41:22 -0400
committerJunio C Hamano <gitster@pobox.com>2022-04-06 16:06:06 -0700
commitf3ea4bed2acb129db66c4c9a22dae71576d58066 (patch)
tree34f77c10a793ec1c5dee3e538adb800bfb2b442c /Documentation/git-credential-cache--daemon.txt
parent07330a41d66a2c9589b585a3a24ecdcf19994f19 (diff)
downloadgit-f3ea4bed2acb129db66c4c9a22dae71576d58066.tar.gz
doc: replace "--" with {litdd} in credential-cache/fsmonitor
Asciidoc renders `--` as em-dash. This is not appropriate for command names. It also breaks linkgit links to these commands. Fix git-credential-cache--daemon and git-fsmonitor--daemon. The latter was added 3248486920 (fsmonitor: document builtin fsmonitor, 2022-03-25) and included several links. A check for broken links in the HTML docs turned this up. Manually inspecting the other Documentation/git-*--*.txt files turned up the issue in git-credential-cache--daemon. While here, quote `git credential-cache--daemon` in the synopsis to match the vast majority of our other documentation. Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-credential-cache--daemon.txt')
-rw-r--r--Documentation/git-credential-cache--daemon.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-credential-cache--daemon.txt b/Documentation/git-credential-cache--daemon.txt
index 7051c6bdf8..01e1c214dd 100644
--- a/Documentation/git-credential-cache--daemon.txt
+++ b/Documentation/git-credential-cache--daemon.txt
@@ -1,5 +1,5 @@
-git-credential-cache--daemon(1)
-===============================
+git-credential-cache{litdd}daemon(1)
+====================================
NAME
----
@@ -8,7 +8,7 @@ git-credential-cache--daemon - Temporarily store user credentials in memory
SYNOPSIS
--------
[verse]
-git credential-cache--daemon [--debug] <socket>
+'git credential-cache{litdd}daemon' [--debug] <socket>
DESCRIPTION
-----------