From c2b9827695589ce8554df7c1776969cdf89b8c16 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 3 Sep 2003 12:13:30 +1000 Subject: - jmc@cvs.openbsd.org 2003/09/02 18:50:06 [sftp.1 ssh_config.5] escape punctuation; ok deraadt@ --- ChangeLog | 6 +++++- sftp.1 | 14 +++++++------- ssh_config.5 | 6 +++--- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index e9de01fe6..de35ce7ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,10 @@ - markus@cvs.openbsd.org 2003/09/02 16:40:29 [version.h] enter 3.7 + - jmc@cvs.openbsd.org 2003/09/02 18:50:06 + [sftp.1 ssh_config.5] + escape punctuation; + ok deraadt@ 20030902 - (djm) OpenBSD CVS Sync @@ -983,4 +987,4 @@ - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. Report from murple@murple.net, diagnosis from dtucker@zip.com.au -$Id: ChangeLog,v 1.2940 2003/09/03 02:12:54 djm Exp $ +$Id: ChangeLog,v 1.2941 2003/09/03 02:13:30 djm Exp $ diff --git a/sftp.1 b/sftp.1 index 547a0fd41..753a4f2b9 100644 --- a/sftp.1 +++ b/sftp.1 @@ -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 diff --git a/ssh_config.5 b/ssh_config.5 index b20452ce2..7a435a90e 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -34,7 +34,7 @@ .\" (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.19 2003/08/28 12:54:34 markus Exp $ +.\" $OpenBSD: ssh_config.5,v 1.20 2003/09/02 18:50:06 jmc Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -104,7 +104,7 @@ keyword) to be only for those hosts that match one of the patterns given after the keyword. .Ql \&* and -.Ql ? +.Ql \&? can be used as wildcards in the patterns. A single @@ -335,7 +335,7 @@ host key database instead of Specifies whether authentication based on GSSAPI may be used, either using the result of a successful key exchange, or using GSSAPI user authentication. -The default is +The default is .Dq yes . Note that this option applies to protocol version 2 only. .It Cm GSSAPIDelegateCredentials -- cgit v1.2.3