]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- stevesk@cvs.openbsd.org 2001/03/08 20:44:48
authorBen Lindstrom <mouring@eviladmin.org>
Fri, 9 Mar 2001 00:09:02 +0000 (00:09 +0000)
committerBen Lindstrom <mouring@eviladmin.org>
Fri, 9 Mar 2001 00:09:02 +0000 (00:09 +0000)
     [sftp.1]
     spelling, cleanup; ok deraadt@

ChangeLog
sftp.1

index 16e7463032d0192a2a99b077ba7ca2f8cf7622d1..e153b899db81d21c7f210e853702053c57d67dd4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
    - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
      [auth1.c]
      unused; ok markus@
+   - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
+     [sftp.1]
+     spelling, cleanup; ok deraadt@
 
 20010308
  - OpenBSD CVS Sync
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.928 2001/03/08 20:37:22 mouring Exp $
+$Id: ChangeLog,v 1.929 2001/03/09 00:09:02 mouring Exp $
diff --git a/sftp.1 b/sftp.1
index 826a0ddf4ada5c297cc9029d4778b46f1a751e7e..1c8040f5df1a9e9f367ed3d602e18a4581046e0d 100644 (file)
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp.1,v 1.12 2001/03/07 10:11:23 djm Exp $
+.\" $OpenBSD: sftp.1,v 1.13 2001/03/08 20:44:48 stevesk Exp $
 .\"
 .\" Copyright (c) 2001 Damien Miller.  All rights reserved.
 .\"
@@ -52,15 +52,17 @@ The options are as follows:
 .Bl -tag -width Ds
 .It Fl b Ar batchfile
 Batch mode reads a series of commands from an input
-.Fn batchfile
+.Ar batchfile
 instead of
-.Fn stdin .
-Since it lacks user interaction it should be used in conjuction with a 
-non-interactive authentication.  Sftp will abort if any of the following 
+.Em stdin .
+Since it lacks user interaction it should be used in conjunction with
+non-interactive authentication.
+.Nm
+will abort if any of the following 
 commands fail: 
-.Pa get, put, rename, ln, rm, mkdir, chdir, lchdir
+.Ic get , put , rename , ln , rm , mkdir , chdir , lchdir
 and
-.Pa lmkdir.
+.Ic lmkdir .
 .It Fl C
 Enables compression (via ssh's 
 .Fl C
@@ -195,6 +197,7 @@ Synonym for help.
 Damien Miller <djm@mindrot.org>
 .Sh SEE ALSO
 .Xr ssh 1 ,
+.Xr sftp-server 8 ,
 .Xr ssh-add 1 ,
 .Xr ssh-keygen 1 ,
 .Xr sshd 8 ,