Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2002 20:02:50 +0100 (CET)
From:      Eirik Nygaard <eirikn@bluezone.no>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/46196: Missing return value in (set_)menu_format
Message-ID:  <200212111902.gBBJ2ov6090495@odin.eirikn.net>

next in thread | raw e-mail | index | archive | help

>Number:         46196
>Category:       docs
>Synopsis:       Missing return value in (set_)menu_format
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 11 11:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Eirik Nygaard
>Release:        FreeBSD 5.0-RC i386
>Organization:
>Environment:
System: FreeBSD odin.eirikn.net 5.0-RC FreeBSD 5.0-RC #15: Tue Dec 10 15:38:14 CET 2002 eirik@odin.eirikn.net:/usr/obj/usr/src/sys/ITvision i386


>Description:
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.	
>How-To-Repeat:
man set_menu_format
or
man menu_format
	
>Fix:
A patch is attached.
	

--- menu_format.3x.diff begins here ---
Index: contrib/ncurses/man/menu_format.3x
===================================================================
RCS file: /home/ncvs/src/contrib/ncurses/man/menu_format.3x,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 menu_format.3x
--- contrib/ncurses/man/menu_format.3x	21 May 2002 05:27:27 -0000	1.1.1.2
+++ contrib/ncurses/man/menu_format.3x	11 Dec 2002 18:51:18 -0000
@@ -65,6 +65,8 @@
 .TP 5
 \fBE_POSTED\fR
 The menu is already posted.
+\fBE_NOT_CONNECTED
+No items are connected to the menu.
 .SH SEE ALSO
 \fBcurses\fR(3X), \fBmenu\fR(3X).
 .SH NOTES
--- menu_format.3x.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212111902.gBBJ2ov6090495>