- dtucker@cvs.openbsd.org 2011/08/07 12:55:30
[sftp.1] typo, fix from Laurent Gautrot
This commit is contained in:
parent
91e6b57729
commit
ddccfb4b98
|
@ -11,6 +11,9 @@
|
||||||
- jmc@cvs.openbsd.org 2010/10/14 20:41:28
|
- jmc@cvs.openbsd.org 2010/10/14 20:41:28
|
||||||
[moduli.5]
|
[moduli.5]
|
||||||
probabalistic -> probabilistic; from naddy
|
probabalistic -> probabilistic; from naddy
|
||||||
|
- dtucker@cvs.openbsd.org 2011/08/07 12:55:30
|
||||||
|
[sftp.1]
|
||||||
|
typo, fix from Laurent Gautrot
|
||||||
|
|
||||||
20110805
|
20110805
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
|
|
6
sftp.1
6
sftp.1
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: sftp.1,v 1.89 2011/05/06 01:09:53 djm Exp $
|
.\" $OpenBSD: sftp.1,v 1.90 2011/08/07 12:55:30 dtucker Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: May 6 2011 $
|
.Dd $Mdocdate: August 7 2011 $
|
||||||
.Dt SFTP 1
|
.Dt SFTP 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -483,7 +483,7 @@ is specified, then
|
||||||
.Ar remote-path
|
.Ar remote-path
|
||||||
must specify a directory.
|
must specify a directory.
|
||||||
.Pp
|
.Pp
|
||||||
If ether the
|
If either the
|
||||||
.Fl P
|
.Fl P
|
||||||
or
|
or
|
||||||
.Fl p
|
.Fl p
|
||||||
|
|
Loading…
Reference in New Issue