From 543e8e9f057e9679338e5619e32aefb401fa93e9 Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Tue, 4 Nov 2003 21:44:27 +0000 Subject: [PATCH] - In this chapter, there is a lack of consistency in the use of the word ppp/PPP, so let's start some cleaning. - Avoid capitalization of "User" and "Kernel". - s/section/chapter where needed. --- .../books/handbook/ppp-and-slip/chapter.sgml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml b/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml index 7b9c360c3c..33797c7566 100644 --- a/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml @@ -37,10 +37,10 @@ - How to setup User PPP. + How to setup user PPP. - How to setup Kernel PPP. + How to setup kernel PPP. How to setup PPPoE (PPP over @@ -81,21 +81,21 @@ - You may be wondering what the main difference is between User + You may be wondering what the main difference is between user PPP and kernel PPP. The answer is simple; user PPP processes the inbound and outbound data in userland rather than in the kernel. This is expensive in terms of copying the data between the kernel - and userland, but allows a far more feature-rich ppp implementation. + and userland, but allows a far more feature-rich PPP implementation. User PPP uses the tun device to communicate - with the outside world whereas kernel-ppp uses the + with the outside world whereas kernel PPP uses the ppp device. - Throughout in this chapter, user ppp will simply be - referred to as ppp unless a distinction needs to be made between it - and any other PPP software such as pppd. + Throughout in this chapter, user PPP will simply be + referred to as ppp unless a distinction needs to be made between it + and any other PPP software such as pppd. Unless otherwise stated, all of the commands explained in this - section should be executed as root. + chapter should be executed as root.