- deraadt@cvs.openbsd.org 2002/02/26 19:06:43
[sftp.1] no, look closely. the comma was highlighted. split .Ic even more
This commit is contained in:
parent
a48f3681f4
commit
3612bda7fd
|
@ -8,6 +8,9 @@
|
||||||
> Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org
|
> Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org
|
||||||
Last Ic on the first line should not have a space between it and the final
|
Last Ic on the first line should not have a space between it and the final
|
||||||
comma.
|
comma.
|
||||||
|
- deraadt@cvs.openbsd.org 2002/02/26 19:06:43
|
||||||
|
[sftp.1]
|
||||||
|
no, look closely. the comma was highlighted. split .Ic even more
|
||||||
|
|
||||||
20020226
|
20020226
|
||||||
- (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests
|
- (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests
|
||||||
|
@ -7739,4 +7742,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1892 2002/03/05 01:24:52 mouring Exp $
|
$Id: ChangeLog,v 1.1893 2002/03/05 01:26:38 mouring Exp $
|
||||||
|
|
6
sftp.1
6
sftp.1
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: sftp.1,v 1.32 2002/02/26 19:04:37 mouring Exp $
|
.\" $OpenBSD: sftp.1,v 1.33 2002/02/26 19:06:43 deraadt Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
|
@ -76,8 +76,8 @@ non-interactive authentication.
|
||||||
.Nm
|
.Nm
|
||||||
will abort if any of the following
|
will abort if any of the following
|
||||||
commands fail:
|
commands fail:
|
||||||
.Ic get , put , rename , ln , rm,
|
.Ic get , put , rename , ln ,
|
||||||
.Ic mkdir , chdir , lchdir
|
.Ic rm , mkdir , chdir , lchdir
|
||||||
and
|
and
|
||||||
.Ic lmkdir .
|
.Ic lmkdir .
|
||||||
.It Fl o Ar ssh_option
|
.It Fl o Ar ssh_option
|
||||||
|
|
Loading…
Reference in New Issue