ref: 5d69d42ee3ac87861b7cf8767cc7755c173e6c2c
parent: 53fb93e64ae8e28cd2c666ff7f5125eb77f6b1dd
author: Igor Böhm <igor@9lab.org>
date: Wed Dec 15 17:45:59 EST 2021
git(1): fix quotes in git/conf example
--- a/sys/man/1/git
+++ b/sys/man/1/git
@@ -468,7 +468,7 @@
The configuration key is provided as a dotted string. Spaces
are accepted. For example, to find the URL of the origin
repository, one might pass
-.I 'remote "origin".url".
+.I 'remote\ "origin".url'.
When given the
.I -r
option, the root of the current repository is printed.