From 6ad9d7026050d39833123496b17fd89c1852f507 Mon Sep 17 00:00:00 2001 From: Dan Moschuk Date: Tue, 21 Mar 2000 17:00:58 +0000 Subject: [PATCH] Include a space between hash ('#') and 'Berkeley packet filter' like all the other comments have. --- sys/amd64/conf/GENERIC | 2 +- sys/i386/conf/GENERIC | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 363dbd981950..ac45499a8a30 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -213,7 +213,7 @@ pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! -pseudo-device bpf #Berkeley packet filter +pseudo-device bpf # Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 363dbd981950..ac45499a8a30 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -213,7 +213,7 @@ pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! -pseudo-device bpf #Berkeley packet filter +pseudo-device bpf # Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface