9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [patch] fix sshnet(4) title
@ 2024-05-25 21:12 James Cook
  2024-05-25 21:33 ` Lyndon Nerenberg (VE7TFX/VE6BBM)
  0 siblings, 1 reply; 3+ messages in thread
From: James Cook @ 2024-05-25 21:12 UTC (permalink / raw)
  To: 9front

The sshnet(4) man page has the same title as sshfs(4). Here's a new
one. Sorry, you will probably have to adjust the source path in the
diff or just make the change manually.

(I tried generating a diff with "git/diff -c front", to compare
front to my checked-out private branch, but the output was empty. Below
output is from manually diffing
sshnet in /.git/fs/branch/heads/front/tree/sys/man/4 with
/sys/man/4/sshnet.)

James


--- sshnet
+++ /sys/man/4/sshnet
@@ -1,6 +1,6 @@
 .TH SSHNET 4
 .SH NAME
-sshnet - secure file transfer protocol client
+sshnet - import remote TCP stack using ssh
 .SH SYNOPSIS
 .B sshnet
 [

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

* Re: [9front] [patch] fix sshnet(4) title
  2024-05-25 21:12 [9front] [patch] fix sshnet(4) title James Cook
@ 2024-05-25 21:33 ` Lyndon Nerenberg (VE7TFX/VE6BBM)
  2024-05-26  1:15   ` Alex Musolino
  0 siblings, 1 reply; 3+ messages in thread
From: Lyndon Nerenberg (VE7TFX/VE6BBM) @ 2024-05-25 21:33 UTC (permalink / raw)
  To: 9front, James Cook

> +sshnet - import remote TCP stack using ssh

s/TCP/network/

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

* Re: [9front] [patch] fix sshnet(4) title
  2024-05-25 21:33 ` Lyndon Nerenberg (VE7TFX/VE6BBM)
@ 2024-05-26  1:15   ` Alex Musolino
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Musolino @ 2024-05-26  1:15 UTC (permalink / raw)
  To: 9front

Quoth Lyndon Nerenberg (VE7TFX/VE6BBM) <lyndon@orthanc.ca>:
> > +sshnet - import remote TCP stack using ssh
> 
> s/TCP/network/

No, the original is correct; sshnet(4) only provides the tcp directory.


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

end of thread, other threads:[~2024-05-26  1:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-25 21:12 [9front] [patch] fix sshnet(4) title James Cook
2024-05-25 21:33 ` Lyndon Nerenberg (VE7TFX/VE6BBM)
2024-05-26  1:15   ` Alex Musolino

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