- jmc@cvs.openbsd.org 2004/01/13 12:17:33
[sftp.1] remove unnecessary Ic's; kill whitespace at EOL; ok djm@
This commit is contained in:
parent
44f75c14f6
commit
86a396857d
|
@ -4,6 +4,11 @@
|
||||||
[sftp-int.c sftp.1 sftp.c]
|
[sftp-int.c sftp.1 sftp.c]
|
||||||
Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) and
|
Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) and
|
||||||
enable use of "-b -" to accept batchfile from stdin; ok markus@
|
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
|
20040114
|
||||||
- (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exits
|
- (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exits
|
||||||
|
@ -1673,4 +1678,4 @@
|
||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3170 2004/01/20 23:58:47 djm Exp $
|
$Id: ChangeLog,v 1.3171 2004/01/21 00:00:04 djm Exp $
|
||||||
|
|
12
sftp.1
12
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.
|
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
|
@ -99,11 +99,11 @@ Batch mode reads a series of commands from an input
|
||||||
instead of
|
instead of
|
||||||
.Em stdin .
|
.Em stdin .
|
||||||
Since it lacks user interaction it should be used in conjunction with
|
Since it lacks user interaction it should be used in conjunction with
|
||||||
non-interactive authentication.
|
non-interactive authentication.
|
||||||
A
|
A
|
||||||
.Ar batchfile
|
.Ar batchfile
|
||||||
of
|
of
|
||||||
.Sq Ic \-
|
.Sq \-
|
||||||
may be used to indicate standard input.
|
may be used to indicate standard input.
|
||||||
.Nm
|
.Nm
|
||||||
will abort if any of the following
|
will abort if any of the following
|
||||||
|
@ -115,7 +115,7 @@ and
|
||||||
.Ic lmkdir .
|
.Ic lmkdir .
|
||||||
Termination on error can be suppressed on a command by command basis by
|
Termination on error can be suppressed on a command by command basis by
|
||||||
prefixing the command with a
|
prefixing the command with a
|
||||||
.Sq Ic \-
|
.Sq \-
|
||||||
character (for example,
|
character (for example,
|
||||||
.Ic -rm /tmp/blah* ) .
|
.Ic -rm /tmp/blah* ) .
|
||||||
.It Fl C
|
.It Fl C
|
||||||
|
|
Loading…
Reference in New Issue