]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/menu_requestname.3x.html
ncurses 5.6 - patch 20070303
[ncurses.git] / doc / html / man / menu_requestname.3x.html
index 93c9e9f16cd8ddc492aa3ef1a7df16b4074ef3dd..6da9ee97e2699a2d7dd82fa7127971b51080193a 100644 (file)
@@ -2,7 +2,7 @@
 <!-- 
   * t
   ****************************************************************************
-  * Copyright (c) 1998 Free Software Foundation, Inc.                        *
+  * Copyright (c) 1998,2006 Free Software Foundation, Inc.                   *
   *                                                                          *
   * Permission is hereby granted, free of charge, to any person obtaining a  *
   * copy of this software and associated documentation files (the            *
@@ -28,7 +28,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: menu_requestname.3x,v 1.6 1998/11/29 01:10:40 Rick.Ohnemus Exp @
+  * @Id: menu_requestname.3x,v 1.7 2006/11/04 17:56:09 tom Exp @
 -->
 <HTML>
 <HEAD>
        of a menu request code.
        The function <STRONG>menu_request_by_name</STRONG> searches in the name-ta-
        ble  for  a  request  with  the given name and returns its
-       request code. Otherwise E_NO_MATCH is returned.
+       request code.  Otherwise E_NO_MATCH is returned.
 
 
 </PRE>
 <H2>RETURN VALUE</H2><PRE>
        <STRONG>menu_request_name</STRONG> returns <STRONG>NULL</STRONG> on error and sets errno  to
        <STRONG>E_BAD_ARGUMENT</STRONG>.
-       <STRONG>menu_request_by_name</STRONG> returns <STRONG>E_NO_MATCH</STRONG> on error.
+       <STRONG>menu_request_by_name</STRONG> returns <STRONG>E_NO_MATCH</STRONG> on error.  It does
+       not set errno.
 
 
 </PRE>
 
 </PRE>
 <H2>PORTABILITY</H2><PRE>
-       These routines are specific to  ncurses.   They  were  not
-       supported  on  Version 7, BSD or System V implementations.
-       It is recommended that any code depending on them be  con-
+       These  routines  are  specific  to ncurses.  They were not
+       supported on Version 7, BSD or System  V  implementations.
+       It  is recommended that any code depending on them be con-
        ditioned using NCURSES_VERSION.
 
 
 </PRE>
 <H2>AUTHORS</H2><PRE>
-       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
+       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.