diff options
author | Damien Miller <djm@mindrot.org> | 2003-09-03 12:13:30 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-09-03 12:13:30 +1000 |
commit | c2b9827695589ce8554df7c1776969cdf89b8c16 (patch) | |
tree | a99f06573fc8ff401aa82228f5ff61426aefd562 /sftp.1 | |
parent | f117f877b1829ecbc2376c2302d14c22c25acc6f (diff) | |
download | openssh-git-c2b9827695589ce8554df7c1776969cdf89b8c16.tar.gz |
- jmc@cvs.openbsd.org 2003/09/02 18:50:06
[sftp.1 ssh_config.5]
escape punctuation;
ok deraadt@
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.44 2003/05/20 12:03:35 jmc Exp $ +.\" $OpenBSD: sftp.1,v 1.45 2003/09/02 18:50:06 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -43,16 +43,16 @@ .Ar host .Ek .Nm sftp -.Oo Oo Ar user Ns No @ Oc Ns +.Oo Oo Ar user Ns @ Oc Ns .Ar host Ns Oo : Ns Ar file Oo .Ar file Oc Oc Oc .Nm sftp -.Oo Oo Ar user Ns No @ Oc Ns +.Oo Oo Ar user Ns @ Oc Ns .Ar host Ns Oo : Ns Ar dir Ns .Oo Ar / Oc Oc Oc .Nm sftp .Fl b Ar batchfile -.Oo Ar user Ns No @ Oc Ns Ar host Ns +.Oo Ar user Ns @ Oc Ns Ar host .Sh DESCRIPTION .Nm is an interactive file transfer program, similar to @@ -295,13 +295,13 @@ to Display the .Nm protocol version. -.It Ic ! Ar command +.It Ic \&! Ar command Execute .Ar command in local shell. -.It Ic ! +.It Ic \&! Escape to local shell. -.It Ic ? +.It Ic \&? Synonym for help. .El .Sh SEE ALSO |