diff options
author | Ori Bernstein <ori@eigenstate.org> | 2021-08-27 14:13:11 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2021-08-27 14:13:11 +0000 |
commit | 61f37abf576a02c7f1e3561cfaba3c0457f55c9d (patch) | |
tree | f84036716378d455eef2c126752280f582cd842d | |
parent | 1bb1b1a9372eac8d218c32de25863133e124e8b8 (diff) | |
download | plan9front-61f37abf576a02c7f1e3561cfaba3c0457f55c9d.tar.xz |
git(1): "see also" consistency (thanks sirjofri)
adds commas between "see also" entries to
make it consistent with other man pages.
-rw-r--r-- | sys/man/1/git | 6 |
1 files 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 |