From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=RDNS_NONE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 28711 invoked from network); 27 Aug 2021 14:46:56 -0000 Received: from unknown (HELO 4ess.inri.net) (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 27 Aug 2021 14:46:56 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 4ess; Fri Aug 27 10:42:22 -0400 2021 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id ab596281 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Fri, 27 Aug 2021 07:41:45 -0700 (PDT) Message-ID: To: 9front@9front.org Date: Fri, 27 Aug 2021 10:41:43 -0400 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: full-stack package core realtime-java control Subject: Re: [9front] git(1) "see also" consistency Reply-To: 9front@9front.org Precedence: bulk Quoth sirjofri : > adds commas between "see also" entries to make it consistent with other > man pages. > > --- /sys/man/1/git > +++ 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 somehow the leading spaces got trimmed -- applied by hand. thanks!