From 89a83271f43c98cc58b1ea7493e6a66cd16abf36 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 2 Apr 2019 19:42:09 +0200 Subject: sshnet(4): fix user@host syntax, add BUGS section, add ip(3) reference --- sys/man/4/sshnet | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/sys/man/4/sshnet b/sys/man/4/sshnet index fbade7c32..f37c4330a 100644 --- a/sys/man/4/sshnet +++ b/sys/man/4/sshnet @@ -10,8 +10,8 @@ sshnet - secure file transfer protocol client [ .B -s .I service -] -.IB user @ host +] [ +.IB user @] host .br .B sshnet [ @@ -24,7 +24,8 @@ sshnet - secure file transfer protocol client ] .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 @@ All other arguments are passed to 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) -- cgit v1.2.3