[openssh-commits] [openssh] 02/03: upstream: remove please from manual pages ok jmc@ sthen@ millert@
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Feb 7 12:35:54 AEDT 2022
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 86cc93fd3c26b2e0c7663c6394995fb04ebfbf3b
Author: jsg at openbsd.org <jsg at openbsd.org>
Date: Sun Feb 6 00:29:03 2022 +0000
upstream: remove please from manual pages ok jmc@ sthen@ millert@
OpenBSD-Commit-ID: 6543acb00f4f38a23472538e1685c013ca1a99aa
---
ssh-keygen.1 | 16 ++++++++--------
ssh.1 | 6 +++---
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 212e3525..59b7f23a 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-keygen.1,v 1.219 2022/01/05 04:50:11 djm Exp $
+.\" $OpenBSD: ssh-keygen.1,v 1.220 2022/02/06 00:29:03 jsg Exp $
.\"
.\" Author: Tatu Ylonen <ylo at cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo at 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: January 5 2022 $
+.Dd $Mdocdate: February 6 2022 $
.Dt SSH-KEYGEN 1
.Os
.Sh NAME
@@ -372,12 +372,12 @@ to use on files that mix hashed and non-hashed names.
.It Fl h
When signing a key, create a host certificate instead of a user
certificate.
-Please see the
+See the
.Sx CERTIFICATES
section for details.
.It Fl I Ar certificate_identity
Specify the key identity when signing a public key.
-Please see the
+See the
.Sx CERTIFICATES
section for details.
.It Fl i
@@ -469,7 +469,7 @@ Provides the new passphrase.
Specify one or more principals (user or host names) to be included in
a certificate when signing a key.
Multiple principals may be specified, separated by commas.
-Please see the
+See the
.Sx CERTIFICATES
section for details.
.It Fl O Ar option
@@ -534,7 +534,7 @@ but other methods may be supported in the future.
.It Cm write-attestation Ns = Ns Ar path
May be used at key generation time to record the attestation data
returned from FIDO tokens during key generation.
-Please note that this information is potentially sensitive.
+This information is potentially sensitive.
By default, this information is discarded.
.El
.Pp
@@ -594,7 +594,7 @@ Print the SSHFP fingerprint resource record named
for the specified public key file.
.It Fl s Ar ca_key
Certify (sign) a public key using the specified CA key.
-Please see the
+See the
.Sx CERTIFICATES
section for details.
.Pp
@@ -1059,7 +1059,7 @@ public key must be trusted by
.Xr sshd 8
or
.Xr ssh 1 .
-Please refer to those manual pages for details.
+Refer to those manual pages for details.
.Sh KEY REVOCATION LISTS
.Nm
is able to manage OpenSSH format Key Revocation Lists (KRLs).
diff --git a/ssh.1 b/ssh.1
index 6f29a067..ce002491 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.428 2022/02/04 02:49:17 dtucker Exp $
-.Dd $Mdocdate: February 4 2022 $
+.\" $OpenBSD: ssh.1,v 1.429 2022/02/06 00:29:03 jsg Exp $
+.Dd $Mdocdate: February 6 2022 $
.Dt SSH 1
.Os
.Sh NAME
@@ -825,7 +825,7 @@ An attacker may then be able to perform activities such as keystroke monitoring.
.Pp
For this reason, X11 forwarding is subjected to X11 SECURITY extension
restrictions by default.
-Please refer to the
+Refer to the
.Nm
.Fl Y
option and the
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list