diff options
author | mouring <mouring@cvs.openbsd.org> | 2002-02-26 19:04:38 +0000 |
---|---|---|
committer | mouring <mouring@cvs.openbsd.org> | 2002-02-26 19:04:38 +0000 |
commit | e0650c88a6b0057049c4f42c8270334eabe179b0 (patch) | |
tree | d183c9cae3e68bf9688f1dbef095a89823390adf /usr.bin/ssh | |
parent | e352732c1367abff77eb0a540445700301077fd5 (diff) |
> 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.
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/sftp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1 index b7d5317bc4d..d00647b0500 100644 --- a/usr.bin/ssh/sftp.1 +++ b/usr.bin/ssh/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 . |