Bug 24404

Summary: [PATCH] The make.conf KERNEL variable is not documented in make.conf(5)
Product: Documentation Reporter: mwm
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description mwm 2001-01-17 10:50:01 UTC
	I just noticed that KERNEL was left out of the make.conf man page.
	Since it's also left out of /etc/defaults/make.conf, this is a
	serious oversight.

Fix: Here's a patch to the make.conf man page.
How-To-Repeat: 
	$ man make.conf | grep KERNEL
	$ grep KERNEL /etc/defaults/make.conf

	and notice that there's no output.
Comment 1 ben freebsd_committer freebsd_triage 2001-01-17 11:51:47 UTC
State Changed
From-To: open->closed

Committed, thanks!