]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/menu_post.3x.html
ncurses 6.1 - patch 20191130
[ncurses.git] / doc / html / man / menu_post.3x.html
index 853844e16d2195831c3a28ccaf531076246e8b37..92b57e904794a75f7747d6172f40644bc0079574 100644 (file)
@@ -1,7 +1,7 @@
 <!-- 
   * t
   ****************************************************************************
-  * Copyright (c) 1998-2016,2017 Free Software Foundation, Inc.              *
+  * Copyright (c) 1998-2018,2019 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            *
@@ -27,7 +27,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: menu_post.3x,v 1.14 2017/01/07 19:25:15 tom Exp @
+  * @Id: menu_post.3x,v 1.17 2019/01/20 20:32:23 tom Exp @
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
@@ -35,7 +35,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
 <meta name="generator" content="Manpage converted by man2html - see https://invisible-island.net/scripts/readme.html#others_scripts">
 <TITLE>menu_post 3x</TITLE>
-<link rev=made href="mailto:bug-ncurses@gnu.org">
+<link rel="author" href="mailto:bug-ncurses@gnu.org">
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
@@ -61,7 +61,7 @@
        The function <STRONG>post_menu</STRONG> displays a menu to its associated subwindow.  To
        trigger  physical  display  of  the  subwindow, use <STRONG><A HREF="curs_refresh.3x.html">refresh(3x)</A></STRONG> or some
        equivalent <STRONG>curses</STRONG> routine (the implicit <STRONG>doupdate</STRONG> triggered by an <STRONG>curses</STRONG>
-       input  request  will  do). <STRONG>post_menu</STRONG> resets the selection status of all
+       input  request  will do).  <STRONG>post_menu</STRONG> resets the selection status of all
        items.
 
        The function <STRONG>unpost_menu</STRONG> erases menu from its associated subwindow.
@@ -73,7 +73,7 @@
        <STRONG>E_OK</STRONG> The routine succeeded.
 
        <STRONG>E_SYSTEM_ERROR</STRONG>
-            System error occurred (see <STRONG>errno</STRONG>).
+            System error occurred (see <STRONG>errno(3)</STRONG>).
 
        <STRONG>E_BAD_ARGUMENT</STRONG>
             Routine detected an incorrect or out-of-range argument.