diff options
author | mpp <mpp@FreeBSD.org> | 1996-05-31 02:51:24 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-05-31 02:51:24 +0000 |
commit | f9b8078a7acb5b2c084a8b2a84bbd531fab487fe (patch) | |
tree | 0649be51917827a34d4f6a4de244d941fb0a5efe | |
parent | 180c1ad687cd196dbfc14d58bb772ee6c80fda00 (diff) | |
download | FreeBSD-src-f9b8078a7acb5b2c084a8b2a84bbd531fab487fe.zip FreeBSD-src-f9b8078a7acb5b2c084a8b2a84bbd531fab487fe.tar.gz |
Add a link to the kernel configuration section of the handbook
to the "Building a ppp ready kernel" section.
-rw-r--r-- | share/doc/handbook/userppp.sgml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/doc/handbook/userppp.sgml b/share/doc/handbook/userppp.sgml index 2cecb49..396665c 100644 --- a/share/doc/handbook/userppp.sgml +++ b/share/doc/handbook/userppp.sgml @@ -1,4 +1,4 @@ -<!-- $Id: userppp.sgml,v 1.6 1996/01/31 14:26:20 mpp Exp $ --> +<!-- $Id: userppp.sgml,v 1.7 1996/05/16 23:18:28 mpp Exp $ --> <!-- The FreeBSD Documentation Project --> <sect>Setting up user PPP<label id="userppp"> @@ -95,7 +95,10 @@ pseudo-device tun 1 have not installed a custom kernel you do not have to change anything. If your kernel configuration file does not have this line in it then you should add the line, re-compile and then re-install the kernel. Boot from - this new kernel. + this new kernel. Please refer to the + <ref id="kernelconfig" name="Configuring the FreeBSD Kernel"> + section for more information on kernel configuration. + <sect1><heading>Check the tun device</heading> |