summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritojun <itojun@openbsd.org>2001-02-07 13:49:42 +0000
committeritojun <itojun@openbsd.org>2001-02-07 13:49:42 +0000
commit32845c464efaeaaa0a9beb49f735af1c61f405bc (patch)
tree85a0c4f4566fdd65f305b6db6533294dccfcf0e5
parentCheck that target is a directory before doing ls; ok markus@ (diff)
downloadwireguard-openbsd-32845c464efaeaaa0a9beb49f735af1c61f405bc.tar.xz
wireguard-openbsd-32845c464efaeaaa0a9beb49f735af1c61f405bc.zip
.Bl-.El mismatch. markus ok
-rw-r--r--usr.bin/ssh/sftp.13
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1
index ad906a43551..14d008032ea 100644
--- a/usr.bin/ssh/sftp.1
+++ b/usr.bin/ssh/sftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp.1,v 1.3 2001/02/07 11:07:28 deraadt Exp $
+.\" $OpenBSD: sftp.1,v 1.4 2001/02/07 13:49:42 itojun Exp $
.\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
.\"
@@ -149,6 +149,7 @@ in local shell.
Escape to local shell.
.It Ic ?
A synonym for help.
+.El
.Sh AUTHORS
Damien Miller <djm@mindrot.org>
.Sh SEE ALSO