Fix whitespace errors in previous commit.

Reported by:	simon
This commit is contained in:
Brooks Davis 2004-06-22 21:07:54 +00:00
parent fdf5c3da04
commit bf670bc362
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130940

View File

@ -18,10 +18,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
to maximize performance.
20040622:
Network interface cloning has been overhauled. This change will
require a recompile of modules using cloning and modification of
external ones to the new API. __FreeBSD_version has been bumped
to 502119 to mark this change. Additionally, users creating
Network interface cloning has been overhauled. This change will
require a recompile of modules using cloning and modification of
external ones to the new API. __FreeBSD_version has been bumped
to 502119 to mark this change. Additionally, users creating
stf(4) interfaces via "ifconfig stf" will need to update their
scripts as this will create an interface named "stf" instead of
"stf0" and ifconfig will not print "stf0" to stdout.