diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-29 00:05:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-29 00:05:18 +0000 |
commit | d20e78eeacfbe2735906c3580f307929df903378 (patch) | |
tree | 5a13cd71d3bf5fa0b611ce5e675c0e52e338d4a2 /usr.bin/ssh | |
parent | 21bc148fb19bda21c314e0e1f9b34eac9a13cc8a (diff) |
missing full stop;
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 fe3e4de3209..f438949dd60 100644 --- a/usr.bin/ssh/sftp.1 +++ b/usr.bin/ssh/sftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.58 2004/10/07 10:10:24 djm Exp $ +.\" $OpenBSD: sftp.1,v 1.59 2004/11/29 00:05:17 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -193,7 +193,7 @@ For full details of the options listed below, and their possible values, see .It Fl P Ar sftp_server_path Connect directly to a local sftp server (rather than via -.Xr ssh 1 ) +.Xr ssh 1 ) . This option may be useful in debugging the client and server. .It Fl R Ar num_requests Specify how many requests may be outstanding at any one time. |