[openssh-commits] [openssh] branch master updated: upstream: fix typo in match directive predicate (s/tagged/tag) GHPR#462
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Feb 21 17:01:48 AEDT 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new ab73f967 upstream: fix typo in match directive predicate (s/tagged/tag) GHPR#462
ab73f967 is described below
commit ab73f9678ebf06b32d6361b88b50b42775e0565b
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Wed Feb 21 06:01:13 2024 +0000
upstream: fix typo in match directive predicate (s/tagged/tag) GHPR#462
from Tobias Manske
OpenBSD-Commit-ID: 05b23b772677d48aa82eefd7ebebd369ae758908
---
ssh_config.5 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ssh_config.5 b/ssh_config.5
index 35aa2c0c..2931d807 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -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_config.5,v 1.393 2024/01/10 06:33:13 jmc Exp $
-.Dd $Mdocdate: January 10 2024 $
+.\" $OpenBSD: ssh_config.5,v 1.394 2024/02/21 06:01:13 djm Exp $
+.Dd $Mdocdate: February 21 2024 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@@ -144,7 +144,7 @@ The available criteria keywords are:
.Cm localnetwork ,
.Cm host ,
.Cm originalhost ,
-.Cm Tag ,
+.Cm tagged ,
.Cm user ,
and
.Cm localuser .
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list