Bug 30006

Summary: [diff] make.conf(5) references KERNEL instead of KERNCONF
Product: Documentation Reporter: setantae <setantae>
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 setantae 2001-08-23 21:50:01 UTC
	
The manpage for make.conf(5) describes the option ``KERNEL''.
Using this option rightly causes make buildkernel to complain as this is
now deprecated in favour of ``KERNCONF'', I believe.

Fix: Apply the following diff with updates this to read KERNCONF instead.

thanks,

Ceri

(diff produced with diff -c ; if this is wrong please advise) :
How-To-Repeat: 	man 5 make.conf
Comment 1 setantae 2001-08-23 22:08:00 UTC
The first half of this diff was applied earlier today.
However, the example still needs amendment.

Ceri

-- 
keep a mild groove on
Comment 2 dd freebsd_committer freebsd_triage 2001-08-23 22:17:33 UTC
State Changed
From-To: open->closed

Second half applied, thanks!