diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-08-19 04:56:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-08-19 04:56:04 +0000 |
commit | daaacba46fd094ed7a3ab2731d784cd6f24953b0 (patch) | |
tree | ad51a100bc510c3b746ee07a26727f5a2e0b1a7f /usr.bin | |
parent | 0254afe48c565ab4b9f3e8c07927be6d180c6149 (diff) |
ether -> either;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/sftp.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1 index 1066ea47896..d1db0d6ddaa 100644 --- a/usr.bin/ssh/sftp.1 +++ b/usr.bin/ssh/sftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.75 2009/08/18 21:15:59 djm Exp $ +.\" $OpenBSD: sftp.1,v 1.76 2009/08/19 04:56:03 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 18 2009 $ +.Dd $Mdocdate: August 19 2009 $ .Dt SFTP 1 .Os .Sh NAME @@ -350,7 +350,7 @@ is specified, then .Ar local-path must specify a directory. .Pp -If ether the +If either the .Fl P or .Fl p |