diff options
author | 2001-02-07 13:49:42 +0000 | |
---|---|---|
committer | 2001-02-07 13:49:42 +0000 | |
commit | 32845c464efaeaaa0a9beb49f735af1c61f405bc (patch) | |
tree | 85a0c4f4566fdd65f305b6db6533294dccfcf0e5 /usr.bin/ssh | |
parent | Check that target is a directory before doing ls; ok markus@ (diff) | |
download | wireguard-openbsd-32845c464efaeaaa0a9beb49f735af1c61f405bc.tar.xz wireguard-openbsd-32845c464efaeaaa0a9beb49f735af1c61f405bc.zip |
.Bl-.El mismatch. markus ok
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/sftp.1 | 3 |
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 |