Bug 46196

Summary: [patch] menu_format(3): Missing return value in (set_)menu_format
Product: Documentation Reporter: Eirik Nygaard <eirikn>
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
menu_format.3x.diff none

Description Eirik Nygaard 2002-12-11 19:10:01 UTC
Missing return value in the menu_format(3) and set_menu_format(3) man pages. 
The E_NOT_CONNECTED was not listed but can be returned by the set_menu_format
command.

Fix: A patch is attached.
	
How-To-Repeat: man set_menu_format
or
man menu_format
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2006-11-04 09:11:31 UTC
State Changed
From-To: open->closed

Unfortunately, ncurses is contributed software and changes 
like these should be done upstream instead of locally. 
Thanks! 


Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2006-11-04 09:11:31 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

Over to me.