shithub: riscv

Download patch

ref: 90a09ca00c063457f86a14207ca63991b1f910c4
parent: 6557b0a727366753e02e313733f021c3b8966291
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.