diff options
author | Igor Böhm <igor@9lab.org> | 2021-11-08 01:05:51 +0000 |
---|---|---|
committer | Igor Böhm <igor@9lab.org> | 2021-11-08 01:05:51 +0000 |
commit | a7ec6ee4e8103bb448f902e9b6d0dc69629abc57 (patch) | |
tree | f7663ab440314928f13d2ff3f5008fcbaa43650b /sys | |
parent | a87ce74d606e1384f43b0afb39e1f17e2e635a1c (diff) |
git(1): fix git/add -r spacing and wording in BUGS section
Diffstat (limited to 'sys')
-rw-r--r-- | sys/man/1/git | 4 |
1 files 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. |