Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2023 04:34:49 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 629471024b87 - stable/13 - telnet.1: Fix a typo in the manual page
Message-ID:  <202304140434.33E4Ynlh053126@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=629471024b87d9be129bc60943a56fa7f3da2cc6

commit 629471024b87d9be129bc60943a56fa7f3da2cc6
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-04-11 08:42:37 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-04-14 04:34:40 +0000

    telnet.1: Fix a typo in the manual page
    
    - s/addreess/address/
    
    (cherry picked from commit d2e0204ec0ace5a65e688a35a960e949624f3cb2)
---
 contrib/telnet/telnet/telnet.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/telnet/telnet/telnet.1 b/contrib/telnet/telnet/telnet.1
index b7004ee94a5d..4dd7d674735b 100644
--- a/contrib/telnet/telnet/telnet.1
+++ b/contrib/telnet/telnet/telnet.1
@@ -614,7 +614,7 @@ The host specification may be either a host name (see
 .Xr hosts 5 ) ,
 an Internet address specified in the \*(Lqdot notation\*(Rq (see
 .Xr inet 3 ) ,
-or IPv6 host name or IPv6 coloned-hexadecimal addreess.
+or IPv6 host name or IPv6 coloned-hexadecimal address.
 The
 .Fl l
 option may be used to specify the user name



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304140434.33E4Ynlh053126>