[BACK]Return to help.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/help.c between version 1.36 and 1.37

version 1.36, 2022/01/28 06:18:41 version 1.37, 2023/03/08 04:43:11
Line 24 
Line 24 
  * Read a key from the keyboard, and look it up in the keymap.   * Read a key from the keyboard, and look it up in the keymap.
  * Display the name of the function currently bound to the key.   * Display the name of the function currently bound to the key.
  */   */
 /* ARGSUSED */  
 int  int
 desckey(int f, int n)  desckey(int f, int n)
 {  {
Line 99 
Line 98 
  * keys and their current bindings, and stores the table in the   * keys and their current bindings, and stores the table in the
  * *help* pop-up buffer.  This lets Mg produce its own wall chart.   * *help* pop-up buffer.  This lets Mg produce its own wall chart.
  */   */
 /* ARGSUSED */  
 int  int
 wallchart(int f, int n)  wallchart(int f, int n)
 {  {
Line 173 
Line 171 
         return ((*funct)(f, n));          return ((*funct)(f, n));
 }  }
   
 /* ARGSUSED */  
 int  int
 apropos_command(int f, int n)  apropos_command(int f, int n)
 {  {

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37