From a7ec6ee4e8103bb448f902e9b6d0dc69629abc57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20B=C3=B6hm?= Date: Mon, 8 Nov 2021 01:05:51 +0000 Subject: [PATCH] git(1): fix git/add -r spacing and wording in BUGS section --- sys/man/1/git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/man/1/git b/sys/man/1/git index 3cdd32c2f..8269f46e8 100644 --- a/sys/man/1/git +++ b/sys/man/1/git @@ -317,7 +317,7 @@ The copy of the file in the repository is left untouched. .PP .B Git/rm is an alias for -.IR git/add -r . +.IR git/add\ -r . .PP .B Git/commit @@ -648,6 +648,6 @@ The contents of this file are used as fallbacks for the per-user config. .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.