git: 6ac81f5bb60a - stable/13 - Add deprecation notices to publickey(5) tools

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Sun, 24 Sep 2023 14:21:36 UTC
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=6ac81f5bb60a5f1e026305831214be3b370e2c6e

commit 6ac81f5bb60a5f1e026305831214be3b370e2c6e
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-09-20 11:31:14 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-09-24 14:07:40 +0000

    Add deprecation notices to publickey(5) tools
    
    Reviewed by:    imp, manu
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D40144
    
    (cherry picked from commit d5ef73a71f0e2fbc4dc9b907a6e59a15599c50b3)
---
 usr.bin/chkey/chkey.1         | 4 ++++
 usr.bin/keylogin/keylogin.1   | 4 ++++
 usr.bin/keylogout/keylogout.1 | 4 ++++
 usr.bin/newkey/newkey.8       | 4 ++++
 usr.sbin/keyserv/keyserv.8    | 4 ++++
 5 files changed, 20 insertions(+)

diff --git a/usr.bin/chkey/chkey.1 b/usr.bin/chkey/chkey.1
index 0721c07e8c14..508227ba9601 100644
--- a/usr.bin/chkey/chkey.1
+++ b/usr.bin/chkey/chkey.1
@@ -9,6 +9,10 @@
 .Nd change your encryption key
 .Sh SYNOPSIS
 .Nm
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and is not available as of
+.Fx 15.0.
 .Sh DESCRIPTION
 The
 .Nm
diff --git a/usr.bin/keylogin/keylogin.1 b/usr.bin/keylogin/keylogin.1
index a8a429e6c786..32a3e8e1b5b4 100644
--- a/usr.bin/keylogin/keylogin.1
+++ b/usr.bin/keylogin/keylogin.1
@@ -9,6 +9,10 @@
 .Nd decrypt and store secret key
 .Sh SYNOPSIS
 .Nm
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and is not available as of
+.Fx 15.0.
 .Sh DESCRIPTION
 The
 .Nm
diff --git a/usr.bin/keylogout/keylogout.1 b/usr.bin/keylogout/keylogout.1
index 54cd5a575c51..1480a83aece5 100644
--- a/usr.bin/keylogout/keylogout.1
+++ b/usr.bin/keylogout/keylogout.1
@@ -8,6 +8,10 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl f
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and is not available as of
+.Fx 15.0.
 .Sh DESCRIPTION
 The
 .Nm
diff --git a/usr.bin/newkey/newkey.8 b/usr.bin/newkey/newkey.8
index 966692b5968c..51dca6688bd0 100644
--- a/usr.bin/newkey/newkey.8
+++ b/usr.bin/newkey/newkey.8
@@ -10,6 +10,10 @@
 .Fl h Ar hostname
 .Nm
 .Fl u Ar username
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and is not available as of
+.Fx 15.0.
 .Sh DESCRIPTION
 The
 .Nm
diff --git a/usr.sbin/keyserv/keyserv.8 b/usr.sbin/keyserv/keyserv.8
index af8acd2fd642..17007c7d8f40 100644
--- a/usr.sbin/keyserv/keyserv.8
+++ b/usr.sbin/keyserv/keyserv.8
@@ -16,6 +16,10 @@
 .Op Fl n
 .Op Fl p Ar path
 .Op Fl v
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and is not available as of
+.Fx 15.0.
 .Sh DESCRIPTION
 The
 .Nm