git: 9front

Download patch

ref: 10bd9627a5dae058982c4e321ede8830e36ca1f6
parent: 55458d144c82f9e08fd39fe73577620e383f28e2
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Apr 2 15:42:09 EDT 2019

sshnet(4): fix user@host syntax, add BUGS section, add ip(3) reference

--- a/sys/man/4/sshnet
+++ b/sys/man/4/sshnet
@@ -10,8 +10,8 @@
 [
 .B -s
 .I service
-]
-.IB user @ host
+] [
+.IB user @] host
 .br
 .B sshnet
 [
@@ -24,7 +24,8 @@
 ]
 .B --
 .I ssh-options
-.IB user @ host
+[
+.IB user @] host
 .SH DESCRIPTION
 The SSH protocol allows clients to make outgoing TCP calls via the server.
 .I Sshnet
@@ -44,5 +45,8 @@
 as is.
 .SH SOURCE
 .B /sys/src/cmd/sshnet.c
+.SH BUGS
+Incoming connections are not supported.
 .SH "SEE ALSO"
-.IR ssh (1)
+.IR ssh (1),
+.IR ip (3)
--