- jmc@cvs.openbsd.org 2004/11/29 00:05:17

[sftp.1]
     missing full stop;
This commit is contained in:
Darren Tucker 2004-12-06 22:44:32 +11:00
parent cd516efea1
commit 0133a727ac
2 changed files with 6 additions and 3 deletions

View File

@ -4,6 +4,9 @@
- markus@cvs.openbsd.org 2004/11/25 22:22:14 - markus@cvs.openbsd.org 2004/11/25 22:22:14
[sftp-client.c sftp.c] [sftp-client.c sftp.c]
leak; from mpech leak; from mpech
- jmc@cvs.openbsd.org 2004/11/29 00:05:17
[sftp.1]
missing full stop;
20041203 20041203
- (dtucker) OpenBSD CVS Sync - (dtucker) OpenBSD CVS Sync
@ -1877,4 +1880,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3586 2004/12/06 11:43:43 dtucker Exp $ $Id: ChangeLog,v 1.3587 2004/12/06 11:44:32 dtucker Exp $

4
sftp.1
View File

@ -1,4 +1,4 @@
.\" $OpenBSD: sftp.1,v 1.58 2004/10/07 10:10:24 djm Exp $ .\" $OpenBSD: sftp.1,v 1.59 2004/11/29 00:05:17 jmc Exp $
.\" .\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" Copyright (c) 2001 Damien Miller. All rights reserved.
.\" .\"
@ -193,7 +193,7 @@ For full details of the options listed below, and their possible values, see
.It Fl P Ar sftp_server_path .It Fl P Ar sftp_server_path
Connect directly to a local sftp server Connect directly to a local sftp server
(rather than via (rather than via
.Xr ssh 1 ) .Xr ssh 1 ) .
This option may be useful in debugging the client and server. This option may be useful in debugging the client and server.
.It Fl R Ar num_requests .It Fl R Ar num_requests
Specify how many requests may be outstanding at any one time. Specify how many requests may be outstanding at any one time.