Commit 91c822287f301e456932520144ecfeccc5603383

Stefan Sperling 2021-04-18T11:50:01

got.1: make double-quotes appear in the rendered man page as intended Patch by Nam Nguyen

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.1 b/got/got.1
index fc7dcfd..8e0440c 100644
--- a/got/got.1
+++ b/got/got.1
@@ -2382,7 +2382,7 @@ configuration item can be added manually to the Git repository's
 .Pa config
 file:
 .Pp
-.Dl [remote "origin"]
+.Dl [remote \&"origin\&"]
 .Dl url = ...
 .Dl fetch = +refs/heads/*:refs/remotes/origin/*
 .Dl mirror = false