From 5d69d42ee3ac87861b7cf8767cc7755c173e6c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20B=C3=B6hm?= Date: Wed, 15 Dec 2021 22:45:59 +0000 Subject: [PATCH] git(1): fix quotes in git/conf example --- sys/man/1/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/man/1/git b/sys/man/1/git index 8269f46e8..3db48bb1e 100644 --- a/sys/man/1/git +++ b/sys/man/1/git @@ -468,7 +468,7 @@ is a tool for querying the git configuration. 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.