| Summary: | incomplete sample in handbook section 27.2.1.2.2 | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Keve Nagy <keve> |
| Component: | Books & Articles | Assignee: | Ryusuke SUZUKI <ryusuke> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Keve Nagy
2011-04-20 10:40:10 UTC
Responsible Changed From-To: freebsd-doc->ryusuke I'll take this. ----Security_Multipart(Sat_Apr_30_20_25_47_2011_380)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, Keve-san. Thanks for reporting PR: 15614 and preparing your screenshot. I agree that "0.0.0.0" is needed at the end of the config line. [Ref: /usr/share/examples/ppp/ppp.conf.sample] I will commit following patch. ------------------------------ --- chapter.sgml 1 Dec 2010 20:37:05 -0000 1.195 +++ chapter.sgml 30 Apr 2011 11:20:12 -0000 @@ -591,7 +591,7 @@ <link linkend="userppp-staticIP">PPP and Static IP Addresses</link>, with the following change:</para> - <programlisting>17 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255</programlisting> + <programlisting>17 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0</programlisting> <para>Again, do not include the line number, it is just for reference. Indentation of at least one space is ------------------------------ Regards, Ryusuke ----Security_Multipart(Sat_Apr_30_20_25_47_2011_380)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAk278bsACgkQG5rRvmPSlyRu2ACgyTnjKI1Rvf6vEEOGJ92gRsmR EkgAn3ghPzlGmMpCUdlMGlvIVBRbDt3k =irHk -----END PGP SIGNATURE----- ----Security_Multipart(Sat_Apr_30_20_25_47_2011_380)---- ryusuke 2011-05-01 14:29:06 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml
Log:
Add missing "0.0.0.0" to the end of the sample config line.
PR: docs/156514
Submitted by: Keve Nagy <keve at safe-mail dot net>
Revision Changes Path
1.196 +1 -1 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks! |