git: 9front

Download patch

ref: 06df4e3517185561175ee7adbeb20a0213aaae00
parent: bd59926cbfd2962ce3931de28a7f4e7d93732e79
author: Igor Böhm <igor@9lab.org>
date: Sun Nov 7 20:05:51 EST 2021

git(1): fix git/add -r spacing and wording in BUGS section

--- a/sys/man/1/git
+++ b/sys/man/1/git
@@ -317,7 +317,7 @@
 .PP
 .B Git/rm
 is an alias for
-.IR git/add -r .
+.IR git/add\ -r .
 
 .PP
 .B Git/commit
@@ -648,6 +648,6 @@
 .PP
 Repositories with submodules are effectively read-only.
 .PP
-There are a some of missing commands, features, and tools
+There are some missing commands, features, and tools.
 .PP
 git/compat only works within a git repository.
--