Bug 32042

Summary: kernfs.5 references files that will (probably) never exist
Product: Documentation Reporter: setantae <setantae>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me CC: mpp
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description setantae 2001-11-16 18:40:01 UTC
	
man 5 kernfs states that the files root, rootdev and rrootdev should exist
in a kernfs file system, but that they are ``not currently enabled''.
     
I note that kernfs has been removed from -current, so presumably these
will never be enabled.

Fix: Apply the patch below :
How-To-Repeat: 
1) To see the files being referenced:
	man 5 kernfs

2) To see that they aren't enabled :
	mkdir /kern && mount_kernfs kern /kern && ls /kern
Comment 1 mpp freebsd_committer freebsd_triage 2002-01-09 10:32:52 UTC
State Changed
From-To: open->closed

As pointed out by the submitter, kernfs has been removed in -current, 
as well as the corresponding documentation, so this PR can be closed.