diff options
author | 2004-11-29 00:05:17 +0000 | |
---|---|---|
committer | 2004-11-29 00:05:17 +0000 | |
commit | 544042aca387135b98fb0204cf7d4de4818b386d (patch) | |
tree | e433bc3b3cbe95fb24552f7c824963fd3930fb5e | |
parent | In kernel pppoe client, a simple IPv4 only implementation. (diff) | |
download | wireguard-openbsd-544042aca387135b98fb0204cf7d4de4818b386d.tar.xz wireguard-openbsd-544042aca387135b98fb0204cf7d4de4818b386d.zip |
missing full stop;
-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. |