Bug 34577

Summary: Some man pages still advise using "conflicts" [patch]
Product: Documentation Reporter: yonatan <yonatan>
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
file.diff
none
file.diff none

Description yonatan 2002-02-03 10:20:00 UTC
According to "config" the keyword "conflicts" is obsolete:
 
config: line 123: Obsolete keyword 'conflicts' found
*** Error code 1
 
Let's undocument it, from sb(4), sc(4), syscons(4), and vga(4)

Fix: pseudo-device splash
How-To-Repeat: Enter this example to your kernel configuration file:
device vga0 at isa? conflicts
and run "config" on it.
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2002-12-20 18:06:26 UTC
State Changed
From-To: open->closed

Manually patched and fixed in both current && stable.  Thanks!