From 61f37abf576a02c7f1e3561cfaba3c0457f55c9d Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Fri, 27 Aug 2021 14:13:11 +0000 Subject: [PATCH] git(1): "see also" consistency (thanks sirjofri) adds commas between "see also" entries to make it consistent with other man pages. --- sys/man/1/git | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/man/1/git b/sys/man/1/git index 77d898a0f..9d8939ecd 100644 --- a/sys/man/1/git +++ b/sys/man/1/git @@ -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