Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 21:23:49 +0000 (UTC)
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r52392 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Message-ID:  <201810202123.w9KLNngZ034420@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bcr
Date: Sat Oct 20 21:23:49 2018
New Revision: 52392
URL: https://svnweb.freebsd.org/changeset/doc/52392

Log:
  Correct two instances where IPv6 SLAAC "router solicitation" should have
  been named "router advertisement" istead.
  
  PR:		    232039
  Submitted by:	    samy.mahmoudi@gmail.com

Modified:
  head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Sat Oct 20 17:53:32 2018	(r52391)
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Sat Oct 20 21:23:49 2018	(r52392)
@@ -4618,7 +4618,7 @@ Received 264951 bytes in 0.1 seconds</screen>
 rtsold_enable="YES"</programlisting>
 
       <para>The first line enables the specified interface to receive
-	router solicitation messages.  The second line enables the
+	router advertisement messages.  The second line enables the
 	router solicitation daemon, &man.rtsol.8;.</para>
 
       <para>If the interface needs a statically assigned
@@ -4712,7 +4712,7 @@ rtsold_enable="YES"</programlisting>
       <programlisting>rtadvd_enable="YES"</programlisting>
 
       <para>It is important to specify the interface on which to
-	do <acronym>IPv6</acronym> router solicitation.  For example,
+	do <acronym>IPv6</acronym> router advertisement.  For example,
 	to tell &man.rtadvd.8; to use
 	<filename>rl0</filename>:</para>
 



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