Discussion:
[PATCH] sftp(1): fix spacing around command list
Mike Frysinger
2018-11-13 02:20:48 UTC
Permalink
From: Mike Frysinger <***@chromium.org>

---
sftp.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sftp.1 b/sftp.1
index f2eae7f32790..2f989bc3cf3e 100644
--- a/sftp.1
+++ b/sftp.1
@@ -135,7 +135,7 @@ may be used to indicate standard input.
.Nm
will abort if any of the following
commands fail:
-.Ic get , put , reget , reput, rename , ln ,
+.Ic get , put , reget , reput , rename , ln ,
.Ic rm , mkdir , chdir , ls ,
.Ic lchdir , copy , chmod , chown ,
.Ic chgrp , lpwd , df , symlink ,
--
2.17.1
Ingo Schwarze
2018-11-13 07:24:07 UTC
Permalink
Hi Mike,
Post by Mike Frysinger
diff --git a/sftp.1 b/sftp.1
index f2eae7f32790..2f989bc3cf3e 100644
--- a/sftp.1
+++ b/sftp.1
@@ -135,7 +135,7 @@ may be used to indicate standard input.
.Nm
will abort if any of the following
-.Ic get , put , reget , reput, rename , ln ,
+.Ic get , put , reget , reput , rename , ln ,
.Ic rm , mkdir , chdir , ls ,
.Ic lchdir , copy , chmod , chown ,
.Ic chgrp , lpwd , df , symlink ,
Committed in sftp.1 CVS rev. 1.121, thanks!
Ingo

Loading...