aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/faq
diff options
context:
space:
mode:
authorMichael Lucas <mwlucas@FreeBSD.org>2002-01-28 10:54:32 +0000
committerMichael Lucas <mwlucas@FreeBSD.org>2002-01-28 10:54:32 +0000
commit28dafeea40b2eb976180871fd1b85a60fe446147 (patch)
tree90624ef073e1a64a0975965647ee0a8fe5ce0bad /en_US.ISO8859-1/books/faq
parentc2af829f2ec1adc901e605e2f69880144979924b (diff)
downloaddoc-28dafeea40b2eb976180871fd1b85a60fe446147.tar.gz
doc-28dafeea40b2eb976180871fd1b85a60fe446147.zip
whitespace diff from last commit, no content changes.
Notes
Notes: svn path=/head/; revision=11927
Diffstat (limited to 'en_US.ISO8859-1/books/faq')
-rw-r--r--en_US.ISO8859-1/books/faq/book.sgml13
1 files changed, 7 insertions, 6 deletions
diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml
index ca62a9ca51..023229a2f2 100644
--- a/en_US.ISO8859-1/books/faq/book.sgml
+++ b/en_US.ISO8859-1/books/faq/book.sgml
@@ -9106,9 +9106,10 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
</question>
<answer>
- <para>You are running a program that requires the Berkeley Packet Filter (&man.bpf.4;), but it's not in your kernel.
- Add this to your kernel config file and build
- a new kernel:</para>
+ <para>You are running a program that requires the Berkeley
+ Packet Filter (&man.bpf.4;), but it's not in your kernel.
+ Add this to your kernel config file and build a new
+ kernel:</para>
<programlisting>pseudo-device bpf # Berkeley Packet Filter</programlisting>
@@ -9119,9 +9120,9 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
<screen>&prompt.root; <userinput>sh MAKEDEV bpf0</userinput></screen>
<para>Please see the <ulink
- URL="../handbook/kernelconfig-nodes.html">
- Handbook entry on device nodes</ulink> for more information
- on creating devices.</para>
+ URL="../handbook/kernelconfig-nodes.html"> Handbook entry
+ on device nodes</ulink> for more information on creating
+ devices.</para>
</answer>
</qandaentry>