diff options
author | naddy@openbsd.org <naddy@openbsd.org> | 2023-07-23 22:04:45 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2023-07-27 01:11:21 +0200 |
commit | 076aeda86a7ee9be8fd2f0181ec7b9729a6ceb37 (patch) | |
tree | 73d1023e2d4bcc9e32a010d23716d5c981245d79 /ssh.1 | |
parent | upstream: tweak the allow-remote-pkcs11 text; (diff) | |
download | openssh-076aeda86a7ee9be8fd2f0181ec7b9729a6ceb37.tar.xz openssh-076aeda86a7ee9be8fd2f0181ec7b9729a6ceb37.zip |
upstream: man page typos; ok jmc@
OpenBSD-Commit-ID: e6ddfef94b0eb867ad88abe07cedc8ed581c07f0
Diffstat (limited to '')
-rw-r--r-- | ssh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.436 2023/07/17 05:38:10 jmc Exp $ -.Dd $Mdocdate: July 17 2023 $ +.\" $OpenBSD: ssh.1,v 1.437 2023/07/23 20:04:45 naddy Exp $ +.Dd $Mdocdate: July 23 2023 $ .Dt SSH 1 .Os .Sh NAME @@ -323,7 +323,7 @@ by appending to identity filenames. .Pp .It Fl J Ar destination -Connect to the target host by first making a +Connect to the target host by first making an .Nm connection to the jump host described by .Ar destination |