Mention some of the major changes to ppp for 3.0

Fix a typo.
This commit is contained in:
Brian Somers 1998-09-09 22:50:28 +00:00
parent f2e8db8e76
commit 1e91db9fc1

View File

@ -149,7 +149,7 @@ o The generic part of VOP_LOOKUP() has been put it in system-wide function
which filesystems can rely on for the canonical stuff.
o Vnode freelist handling has been hauled over. Vnodes are only on the
freelist if nobody care about them.
freelist if nobody cares about them.
o The kernel provides assistance to getcwd() from data stored in the name
cache if possible.
@ -282,6 +282,11 @@ standard, so that the user is no longer required to supply a mouse
protocol type on the command line.
[MERGED: Also in 2.2.6 and later releases on 2.2-STABLE branch]
ppp(8) supports many additional features including the PPP Multilink
Protocol (rfc1990), PPP Callback (with CBCP extensions) and client
side DNS negotiation. Refer to the README.changes file in the source
directory for details of possible configuration conflicts.
2. Supported Configurations
---------------------------