From dc76d6ce21a3baaef0dca2532cba8cb2a51f2420 Mon Sep 17 00:00:00 2001 From: mouring Date: Tue, 5 Mar 2002 01:24:52 +0000 Subject: [PATCH] - 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 | 5 +++++ sftp.1 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 58c9821d..9682d6e6 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 diff --git a/sftp.1 b/sftp.1 index b7d5317b..d00647b0 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 . -- 2.45.2