9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] git(1) "see also" consistency
@ 2021-08-27  6:47 sirjofri
  2021-08-27 13:24 ` Amavect
  2021-08-27 14:41 ` ori
  0 siblings, 2 replies; 3+ messages in thread
From: sirjofri @ 2021-08-27  6:47 UTC (permalink / raw)
  To: 9front

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] git(1) "see also" consistency
  2021-08-27  6:47 [9front] git(1) "see also" consistency sirjofri
@ 2021-08-27 13:24 ` Amavect
  2021-08-27 14:41 ` ori
  1 sibling, 0 replies; 3+ messages in thread
From: Amavect @ 2021-08-27 13:24 UTC (permalink / raw)
  To: 9front

On August 27, 2021 1:47:05 AM CDT, sirjofri <sirjofri+ml-9front@sirjofri.de> wrote:
>adds commas between "see also" entries to make it consistent
Looks ok.
Please use git/diff or git/export to make git/import easier.
Update if you haven't.

>.IR diff3
Looks like this should be fixed, too.

Thanks,
Amavect

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] git(1) "see also" consistency
  2021-08-27  6:47 [9front] git(1) "see also" consistency sirjofri
  2021-08-27 13:24 ` Amavect
@ 2021-08-27 14:41 ` ori
  1 sibling, 0 replies; 3+ messages in thread
From: ori @ 2021-08-27 14:41 UTC (permalink / raw)
  To: 9front

Quoth sirjofri <sirjofri+ml-9front@sirjofri.de>:
> 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!


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-27 14:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-27  6:47 [9front] git(1) "see also" consistency sirjofri
2021-08-27 13:24 ` Amavect
2021-08-27 14:41 ` ori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).