Bug 53488

Summary: Mistake in the strmode(3) manual page
Product: Documentation Reporter: Andrey Simonenko <simon>
Component: Books & ArticlesAssignee: Maxim Konovalov <maxim>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Andrey Simonenko 2003-06-19 12:10:10 UTC
	There is a mistake in the ``RETURN VALUES'' section
	in the strmode(3) manual page:
	
RETURN VALUES
     The strmode() function always returns 0.

	But strmode(3) is declared as:

void
strmode(mode_t mode, char *bp);

	so, it returns no value.

How-To-Repeat: 
Simply remove the ``RETURN VALUES'' section.
Comment 1 Maxim Konovalov freebsd_committer freebsd_triage 2003-07-01 16:30:55 UTC
State Changed
From-To: open->patched

Fixed in -CURRENT, thanks! 


Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2003-07-01 16:30:55 UTC
Responsible Changed
From-To: freebsd-doc->maxim

MFC reminder.
Comment 3 Maxim Konovalov freebsd_committer freebsd_triage 2003-07-08 10:59:36 UTC
State Changed
From-To: patched->closed

Fixed in -STABLE too.