]> andersk Git - openssh.git/commitdiff
- jmc@cvs.openbsd.org 2004/01/13 12:17:33
authordjm <djm>
Wed, 21 Jan 2004 00:00:04 +0000 (00:00 +0000)
committerdjm <djm>
Wed, 21 Jan 2004 00:00:04 +0000 (00:00 +0000)
     [sftp.1]
     remove unnecessary Ic's;
     kill whitespace at EOL;

     ok djm@

ChangeLog
sftp.1

index 0c354d01095e3b4142337ce44904644fc05f15a2..d3d81fe060844c046868d636e5b7db770a53c076 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
      [sftp-int.c sftp.1 sftp.c]
      Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) and
      enable use of "-b -" to accept batchfile from stdin; ok markus@
+   - jmc@cvs.openbsd.org 2004/01/13 12:17:33
+     [sftp.1]
+     remove unnecessary Ic's;
+     kill whitespace at EOL;
+     ok djm@
 
 20040114
  - (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exits
diff --git a/sftp.1 b/sftp.1
index cfa2e10b32fa885fbff3aa01ec39b5772fc0e4cf..2a67a888e0300b717a39d222277b2b844a8700d9 100644 (file)
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp.1,v 1.50 2004/01/13 09:25:05 djm Exp $
+.\" $OpenBSD: sftp.1,v 1.51 2004/01/13 12:17:33 jmc Exp $
 .\"
 .\" Copyright (c) 2001 Damien Miller.  All rights reserved.
 .\"
@@ -99,11 +99,11 @@ Batch mode reads a series of commands from an input
 instead of
 .Em stdin .
 Since it lacks user interaction it should be used in conjunction with
-non-interactive authentication. 
+non-interactive authentication.
 A
-.Ar batchfile 
-of 
-.Sq Ic \-
+.Ar batchfile
+of
+.Sq \-
 may be used to indicate standard input.
 .Nm
 will abort if any of the following
@@ -115,7 +115,7 @@ and
 .Ic lmkdir .
 Termination on error can be suppressed on a command by command basis by
 prefixing the command with a
-.Sq Ic \-
+.Sq \-
 character (for example,
 .Ic -rm /tmp/blah* ) .
 .It Fl C
This page took 0.049759 seconds and 5 git commands to generate.