9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH] netstat: Reference the rc source file in manpage
@ 2025-03-20  8:18 Alexander Kapshuk
  2025-03-21 16:12 ` Jacob Moody
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Kapshuk @ 2025-03-20  8:18 UTC (permalink / raw)
  To: 9front

Commit d394e8d5f0e2f20479dc3e0a9a5631712720ec8e netstat: rewrite in
awk, overlooked to reference the rc source file in the netstat(1)
manpage.
Replace the C source file with the rc source file.

diff d394e8d5f0e2f20479dc3e0a9a5631712720ec8e uncommitted
--- a/sys/man/1/netstat
+++ b/sys/man/1/netstat
@@ -50,6 +50,6 @@
 .SH FILES
 .B /net/*/*
 .SH SOURCE
-.B /sys/src/cmd/netstat.c
+.B /rc/bin/netstat
 .SH "SEE ALSO"
 .IR ipconfig (8)

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

* Re: [9front] [PATCH] netstat: Reference the rc source file in manpage
  2025-03-20  8:18 [9front] [PATCH] netstat: Reference the rc source file in manpage Alexander Kapshuk
@ 2025-03-21 16:12 ` Jacob Moody
  2025-03-23  8:13   ` Alexander Kapshuk
  0 siblings, 1 reply; 3+ messages in thread
From: Jacob Moody @ 2025-03-21 16:12 UTC (permalink / raw)
  To: 9front

On 3/20/25 03:18, Alexander Kapshuk wrote:
> Commit d394e8d5f0e2f20479dc3e0a9a5631712720ec8e netstat: rewrite in
> awk, overlooked to reference the rc source file in the netstat(1)
> manpage.
> Replace the C source file with the rc source file.
> 
> diff d394e8d5f0e2f20479dc3e0a9a5631712720ec8e uncommitted
> --- a/sys/man/1/netstat
> +++ b/sys/man/1/netstat
> @@ -50,6 +50,6 @@
>  .SH FILES
>  .B /net/*/*
>  .SH SOURCE
> -.B /sys/src/cmd/netstat.c
> +.B /rc/bin/netstat
>  .SH "SEE ALSO"
>  .IR ipconfig (8)

Thanks, merged with a slight modification to fit our typical commit message formatting.


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

* Re: [9front] [PATCH] netstat: Reference the rc source file in manpage
  2025-03-21 16:12 ` Jacob Moody
@ 2025-03-23  8:13   ` Alexander Kapshuk
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Kapshuk @ 2025-03-23  8:13 UTC (permalink / raw)
  To: 9front

On Fri, 21 Mar 2025 at 18:20, Jacob Moody <moody@posixcafe.org> wrote:
>
> On 3/20/25 03:18, Alexander Kapshuk wrote:
> > Commit d394e8d5f0e2f20479dc3e0a9a5631712720ec8e netstat: rewrite in
> > awk, overlooked to reference the rc source file in the netstat(1)
> > manpage.
> > Replace the C source file with the rc source file.
> >
> > diff d394e8d5f0e2f20479dc3e0a9a5631712720ec8e uncommitted
> > --- a/sys/man/1/netstat
> > +++ b/sys/man/1/netstat
> > @@ -50,6 +50,6 @@
> >  .SH FILES
> >  .B /net/*/*
> >  .SH SOURCE
> > -.B /sys/src/cmd/netstat.c
> > +.B /rc/bin/netstat
> >  .SH "SEE ALSO"
> >  .IR ipconfig (8)
>
> Thanks, merged with a slight modification to fit our typical commit message formatting.
>
Thanks.

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

end of thread, other threads:[~2025-03-23  8:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-20  8:18 [9front] [PATCH] netstat: Reference the rc source file in manpage Alexander Kapshuk
2025-03-21 16:12 ` Jacob Moody
2025-03-23  8:13   ` Alexander Kapshuk

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).