Fix the comments to properly document the PQ_MEDIUMCACHE and

PQ_NORMALCACHE options.

PR:		20409
Submitted by:	Tony Finch <dot@dotat.at>
This commit is contained in:
Kelly Yancey 2000-08-08 08:13:01 +00:00
parent ff7ed3a234
commit 7c43028b0d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64389
2 changed files with 4 additions and 4 deletions

View file

@ -79,8 +79,8 @@ options PQ_CACHESIZE=512 # color for 512k/16k cache
#options PQ_NOOPT # No coloring
#options PQ_LARGECACHE # color for 512k/16k cache
#options PQ_HUGECACHE # color for 1024k/16k cache
#options PQ_MEDIUMCACHE # color for 64k/16k cache
#options PQ_NORMALCACHE # color for 256k/16k cache
#options PQ_MEDIUMCACHE # color for 256k/16k cache
#options PQ_NORMALCACHE # color for 64k/16k cache
# This allows you to actually store this configuration file into
# the kernel binary itself, where it may be later read by saying:

View file

@ -79,8 +79,8 @@ options PQ_CACHESIZE=512 # color for 512k/16k cache
#options PQ_NOOPT # No coloring
#options PQ_LARGECACHE # color for 512k/16k cache
#options PQ_HUGECACHE # color for 1024k/16k cache
#options PQ_MEDIUMCACHE # color for 64k/16k cache
#options PQ_NORMALCACHE # color for 256k/16k cache
#options PQ_MEDIUMCACHE # color for 256k/16k cache
#options PQ_NORMALCACHE # color for 64k/16k cache
# This allows you to actually store this configuration file into
# the kernel binary itself, where it may be later read by saying: