summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-04-16 06:45:02 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-04-16 06:45:02 +0000
commit59824ce3647af61391b84e93841290d2578a1b33 (patch)
treed0e6db3fa2c5f6d1331c83b24d7c467d0277c64e
parent5eb76e263bdf1c8f1403dd5a2fd6c7497480c9f9 (diff)
tweak previous; ok djm
-rw-r--r--usr.bin/ssh/ssh_config.510
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5
index 3f0f537a9d6..2df948e62ae 100644
--- a/usr.bin/ssh/ssh_config.5
+++ b/usr.bin/ssh/ssh_config.5
@@ -34,8 +34,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh_config.5,v 1.132 2010/04/14 22:27:42 djm Exp $
-.Dd $Mdocdate: April 14 2010 $
+.\" $OpenBSD: ssh_config.5,v 1.133 2010/04/16 06:45:01 jmc Exp $
+.Dd $Mdocdate: April 16 2010 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@@ -759,13 +759,13 @@ Specifies the command to use to connect to the server.
The command
string extends to the end of the line, and is executed with
the user's shell.
-In the command string, any occurance of
+In the command string, any occurrence of
.Ql %h
will be substituted by the host name to
connect,
.Ql %p
-by the port and
-.Ql %u
+by the port, and
+.Ql %r
by the remote user name.
The command can be basically anything,
and should read from its standard input and write to its standard output.