]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/4/sshnet
audiohda: fix syntax error
[plan9front.git] / sys / man / 4 / sshnet
index fbade7c32e7d0e74c9480ea05f0acb6330bd86a6..42291ca609505a44a55982441afd6eada5391e43 100644 (file)
@@ -10,8 +10,8 @@ sshnet - secure file transfer protocol client
 [
 .B -s
 .I service
-]
-.IB user @ host
+] [
+.IB user @] host
 .br
 .B sshnet
 [
@@ -24,9 +24,11 @@ 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.
+The SSH protocol allows clients to make outgoing and incoming TCP calls
+via the server.
 .I Sshnet
 establishes an SSH connection and, rather than execute a remote command,
 presents the remote server's TCP stack as a network stack
@@ -45,4 +47,5 @@ as is.
 .SH SOURCE
 .B /sys/src/cmd/sshnet.c
 .SH "SEE ALSO"
-.IR ssh (1)
+.IR ssh (1),
+.IR ip (3)