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

Diff for /src/usr.bin/less/optfunc.c between version 1.13 and 1.14

version 1.13, 2015/11/09 16:39:13 version 1.14, 2016/01/12 23:01:23
Line 359 
Line 359 
 /*  /*
  * Handler for the -b option.   * Handler for the -b option.
  */   */
 /*ARGSUSED*/  
 void  void
 opt_b(int type, char *s)  opt_b(int type, char *s)
 {  {
Line 379 
Line 378 
 /*  /*
  * Handler for the -i option.   * Handler for the -i option.
  */   */
 /*ARGSUSED*/  
 void  void
 opt_i(int type, char *s)  opt_i(int type, char *s)
 {  {
Line 396 
Line 394 
 /*  /*
  * Handler for the -V option.   * Handler for the -V option.
  */   */
 /*ARGSUSED*/  
 void  void
 opt__V(int type, char *s)  opt__V(int type, char *s)
 {  {
Line 524 
Line 521 
  * "-?" means display a help message.   * "-?" means display a help message.
  * If from the command line, exit immediately.   * If from the command line, exit immediately.
  */   */
 /*ARGSUSED*/  
 void  void
 opt_query(int type, char *s)  opt_query(int type, char *s)
 {  {

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14