ref: dde1a9ced308b5898bb0dd6557138f0c82b838cb
parent: 28d022c9b0659e1ee579d700ab91eb202779fa4b
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Thu May 18 19:03:01 EDT 2023
git(1): fix quoting in .IR
--- a/sys/man/1/git
+++ b/sys/man/1/git
@@ -486,7 +486,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
-.IR 'remote\ "origin".url'.
+.IR 'remote\ \C'"'origin\C'"'.url' .
When given the
.B -r
option, the root of the current repository is printed.
--
⑨