Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 23:57:44 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 52832592bd7d - stable/13 - ifconfig.8: Prefer consistent terminologies
Message-ID:  <202207212357.26LNviwh035043@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=52832592bd7d4b051f00c09e7dc802ea9e9f2e13

commit 52832592bd7d4b051f00c09e7dc802ea9e9f2e13
Author:     Zhenlei Huang <zlei.huang@gmail.com>
AuthorDate: 2022-06-29 06:55:36 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-07-21 23:56:25 +0000

    ifconfig.8: Prefer consistent terminologies
    
    Reviewed by:    pauamma_gundo.com, email_luiz.eng.br
    MFC after:      2 weeks
    Differential Revision:  https://reviews.freebsd.org/D35384
    
    (cherry picked from commit ccc48995c2cffd70256237e6f2d478c4c878db76)
---
 sbin/ifconfig/ifconfig.8 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 4f2d66662d6e..9099be7e4839 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -218,7 +218,7 @@ or
 .Fl C ,
 then
 .Nm
-lists names of interfaces beloning to
+lists names of interfaces belonging to
 .Ar groupname .
 Any other flags and arguments are ignored in this case.
 .Pp
@@ -286,11 +286,11 @@ Display only the interfaces that are up.
 .It Fl v
 Get more verbose status for an interface.
 .It Ar address
-For the DARPA-Internet family,
+For the inet family,
 the address is either a host name present in the host name data
 base,
 .Xr hosts 5 ,
-or a DARPA Internet address expressed in the Internet standard
+or a IPv4 address expressed in the Internet standard
 .Dq dot notation .
 .Pp
 It is also possible to use the CIDR notation (also known as the
@@ -418,7 +418,7 @@ Enable the use of the Address Resolution Protocol
 .Pq Xr arp 4
 in mapping
 between network level addresses and link level addresses (default).
-This is currently implemented for mapping between DARPA Internet addresses
+This is currently implemented for mapping between Internet Protocol addresses
 and IEEE 802 48-bit MAC addresses (Ethernet addresses).
 .It Fl arp
 Disable the use of the Address Resolution Protocol



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