git(1): "see also" consistency (thanks sirjofri)
adds commas between "see also" entries to make it consistent with other man pages.
This commit is contained in:
parent
1bb1b1a937
commit
61f37abf57
1 changed files with 3 additions and 3 deletions
|
@ -639,9 +639,9 @@ The system-wide configuration for git.
|
|||
The contents of this file are used as fallbacks for the per-user config.
|
||||
|
||||
.SH SEE ALSO
|
||||
.IR replica (1)
|
||||
.IR patch (1)
|
||||
.IR gitfs (4)
|
||||
.IR replica (1),
|
||||
.IR patch (1),
|
||||
.IR gitfs (4),
|
||||
.IR diff3
|
||||
|
||||
.SH BUGS
|
||||
|
|
Loading…
Reference in a new issue