git: 9front

Download patch

ref: b701be675050c2e616e932aa2bb4ba882ccde5ab
parent: 42a0212d55360cdc703a2e496fe0e4cea2b32dc4
author: Ori Bernstein <ori@eigenstate.org>
date: Fri Aug 27 10:13:11 EDT 2021

git(1): "see also" consistency (thanks sirjofri)

adds commas between "see also" entries to
make it consistent with other man pages.

--- a/sys/man/1/git
+++ b/sys/man/1/git
@@ -639,9 +639,9 @@
 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
--