summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaddy@openbsd.org <naddy@openbsd.org>2023-07-23 20:04:45 +0000
committerDamien Miller <djm@mindrot.org>2023-07-27 09:11:21 +1000
commit076aeda86a7ee9be8fd2f0181ec7b9729a6ceb37 (patch)
tree73d1023e2d4bcc9e32a010d23716d5c981245d79
parent135e7d5fe31f700e6dfc61ce914970c5ee7175ba (diff)
upstream: man page typos; ok jmc@
-rw-r--r--ssh-agent.18
-rw-r--r--ssh-keygen.16
-rw-r--r--ssh.16
3 files changed, 10 insertions, 10 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1
index 0c897949..327f0e19 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-agent.1,v 1.77 2023/07/20 05:43:39 jmc Exp $
+.\" $OpenBSD: ssh-agent.1,v 1.78 2023/07/23 20:04:45 naddy Exp $
.\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -34,7 +34,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: July 20 2023 $
+.Dd $Mdocdate: July 23 2023 $
.Dt SSH-AGENT 1
.Os
.Sh NAME
@@ -118,9 +118,9 @@ option allows clients of a forwarded
.Nm
to load PKCS#11 or FIDO provider libraries.
By default only local clients may perform this operation.
-Note that signalling that a
+Note that signalling that an
.Nm
-client remote is performed by
+client is remote is performed by
.Xr ssh 1 ,
and use of other tools to forward access to the agent socket, may circumvent
this restriction.
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 1be08228..c760f91b 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-keygen.1,v 1.228 2023/02/10 06:40:48 jmc Exp $
+.\" $OpenBSD: ssh-keygen.1,v 1.229 2023/07/23 20:04:45 naddy Exp $
.\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,7 +35,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: February 10 2023 $
+.Dd $Mdocdate: July 23 2023 $
.Dt SSH-KEYGEN 1
.Os
.Sh NAME
@@ -733,7 +733,7 @@ Successful testing of the signature is signalled by
.Nm
returning a zero exit status.
.It Fl Y Cm sign
-Cryptographically sign a file or some data using a SSH key.
+Cryptographically sign a file or some data using an SSH key.
When signing,
.Nm
accepts zero or more files to sign on the command-line - if no files
diff --git a/ssh.1 b/ssh.1
index 0a65f57b..bd8c2ff6 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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