Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2024 07:24:14 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: dcde2454bc52 - main - Grammar fix in share/doc/IPv6/IMPLEMENTATION
Message-ID:  <202402130724.41D7OEOB092679@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

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

commit dcde2454bc52f5d959a4e65692350773044d88c6
Author:     Ho-Kun Lin <s110062126@m110.nthu.edu.tw>
AuthorDate: 2024-01-05 17:56:26 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-02-13 07:16:01 +0000

    Grammar fix in share/doc/IPv6/IMPLEMENTATION
    
    Event:          Advanced UNIX Programming Course (Fall’23) at NTHU
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1003
---
 share/doc/IPv6/IMPLEMENTATION | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/doc/IPv6/IMPLEMENTATION b/share/doc/IPv6/IMPLEMENTATION
index 179073383886..ffeb63223561 100644
--- a/share/doc/IPv6/IMPLEMENTATION
+++ b/share/doc/IPv6/IMPLEMENTATION
@@ -707,7 +707,7 @@ node-local multicast group ff01::1.
 1.4.2 Stateless address autoconfiguration on hosts
 
 In IPv6 specification, nodes are separated into two categories:
-routers and hosts.  Routers forward packets addressed to others, hosts does
+routers and hosts.  Routers forward packets addressed to others, hosts do
 not forward the packets.  net.inet6.ip6.forwarding defines whether this
 node is a router or a host (router if it is 1, host if it is 0).
 
@@ -1481,7 +1481,7 @@ Users can join groups by using appropriate system calls like setsockopt(2).
 
 1.15.2 Router case
 
-In addition to the above, routers needs to handle the following items.
+In addition to the above, routers need to handle the following items.
 
 The following items need to be configured manually by using ifconfig(8).
 o The subnet-router anycast addresses for the interfaces it is configured



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