From a48f3681f419d246bb2490fbc3e081791937b8a6 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Tue, 5 Mar 2002 01:24:52 +0000 Subject: - mouring@cvs.openbsd.org 2002/02/26 19:04:37 [sftp.1] > 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 comma. --- ChangeLog | 7 ++++++- sftp.1 | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8cc4530a4..9ad819d7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ - deraadt@cvs.openbsd.org 2002/02/26 18:52:32 [sftp.1] Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org + - mouring@cvs.openbsd.org 2002/02/26 19:04:37 + [sftp.1] + > 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 + comma. 20020226 - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests @@ -7734,4 +7739,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1891 2002/03/05 01:23:13 mouring Exp $ +$Id: ChangeLog,v 1.1892 2002/03/05 01:24:52 mouring Exp $ diff --git a/sftp.1 b/sftp.1 index b7d5317bc..d00647b05 100644 --- a/sftp.1 +++ b/sftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.31 2002/02/26 18:52:32 deraadt Exp $ +.\" $OpenBSD: sftp.1,v 1.32 2002/02/26 19:04:37 mouring Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -76,7 +76,7 @@ non-interactive authentication. .Nm will abort if any of the following commands fail: -.Ic get , put , rename , ln , rm , +.Ic get , put , rename , ln , rm, .Ic mkdir , chdir , lchdir and .Ic lmkdir . -- cgit v1.2.3