]> andersk Git - openssh.git/commitdiff
- jmc@cvs.openbsd.org 2003/05/14 08:25:39
authordjm <djm>
Wed, 14 May 2003 09:30:38 +0000 (09:30 +0000)
committerdjm <djm>
Wed, 14 May 2003 09:30:38 +0000 (09:30 +0000)
     [sftp.1]
     - better formatting in SYNOPSIS
     - whitespace at EOL
     ok djm@

ChangeLog
sftp.1

index c09bfec01509e41b72b7097283e393b2b152907c..f731c07568160f994957ef55c615a3372a15023c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      [auth2.c monitor.c sshconnect2.c auth2-krb5.c]
      implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
      server interops with commercial client; ok jakob@ djm@
+   - jmc@cvs.openbsd.org 2003/05/14 08:25:39
+     [sftp.1]
+     - better formatting in SYNOPSIS
+     - whitespace at EOL
+     ok djm@
  - (djm) Make portable build with MIT krb5 (some issues remain)
  - (djm) Add new UsePAM configuration directive to allow runtime control
    over usage of PAM. This allows non-root use of sshd when built with
diff --git a/sftp.1 b/sftp.1
index 53c1263f05f04b07dd3f598f17c38b6f7279174b..252e43ab26a7fe74534e6b2685e8fbfc45a7c60c 100644 (file)
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp.1,v 1.42 2003/05/14 01:00:44 djm Exp $
+.\" $OpenBSD: sftp.1,v 1.43 2003/05/14 08:25:39 jmc Exp $
 .\"
 .\" Copyright (c) 2001 Damien Miller.  All rights reserved.
 .\"
@@ -29,7 +29,7 @@
 .Nm sftp
 .Nd Secure file transfer program
 .Sh SYNOPSIS
-.Nm
+.Nm sftp
 .Bk -words
 .Op Fl vC1
 .Op Fl b Ar batchfile
 .Op Fl S Ar program
 .Ar host
 .Ek
-.Nm
+.Nm sftp
 .Oo Oo Ar user Ns No @ Oc Ns
 .Ar host Ns Oo : Ns Ar file Oo
 .Ar file Oc Oc Oc
-.Nm
+.Nm sftp
 .Oo Oo Ar user Ns No @ Oc Ns
 .Ar host Ns Oo : Ns Ar dir Ns
 .Oo Ar / Oc Oc Oc
-.Nm
+.Nm sftp
 .Fl b Ar batchfile
 .Oo Ar user Ns No @ Oc Ns Ar host Ns
 .Sh DESCRIPTION
@@ -73,13 +73,13 @@ successful interactive authentication.
 .Pp
 The third usage format allows the sftp client to start in a remote directory.
 .Pp
-The final usage form allows for automated sessions using the 
+The final usage form allows for automated sessions using the
 .Fl b
 option. In such cases, it is usually necessary to configure public key
-authentication to obviate the need to enter a password at connection 
-time (see 
+authentication to obviate the need to enter a password at connection
+time (see
 .Xr sshd 8
-and 
+and
 .Xr ssh-keygen 1
 for details.)
 The options are as follows:
This page took 0.193009 seconds and 5 git commands to generate.