Bug 37986

Summary: Lowcase typo in VFS(9) (very *minor* :>)
Product: Documentation Reporter: dak <aurelien.nephtali>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description dak 2002-05-12 11:10:01 UTC
	The VFS(9) man says '... or casting to eopnotsupp'. Shouldn't it be 'EOPNOTSUPP' ?
	It's not very very important but it's cleaner :)

Fix: 

Change 'eopnotsupp' -> 'EOPNOTSUPP'
How-To-Repeat: 	man 9 VFS
Comment 1 chris freebsd_committer freebsd_triage 2002-05-12 19:06:12 UTC
State Changed
From-To: open->closed

Actually, `eopnotsupp' is the name of a function that can be used instead 
of a `real' function in a file system's vnodeop table; all it does is (of 
course) return EOPNOTSUPP.  So in this case the man page is correct.