diff options
author | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2023-05-18 23:03:01 +0000 |
---|---|---|
committer | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2023-05-18 23:03:01 +0000 |
commit | 90a09ca00c063457f86a14207ca63991b1f910c4 (patch) | |
tree | 19c524dbee94028596088d07631ab4e3ded8e7b3 | |
parent | 6557b0a727366753e02e313733f021c3b8966291 (diff) |
git(1): fix quoting in .IR
-rw-r--r-- | sys/man/1/git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/git b/sys/man/1/git index 4ccbf8c72..7f9301ab5 100644 --- a/sys/man/1/git +++ b/sys/man/1/git @@ -486,7 +486,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 -.IR 'remote\ "origin".url'. +.IR 'remote\ \C'"'origin\C'"'.url' . When given the .B -r option, the root of the current repository is printed. |