Subject: re: bin/31415 (less/more manpage does not mention the differences between them)
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, ppedaal@mail.ee>
From: matthew green <mrg@eterna.com.au>
List: netbsd-bugs
Date: 11/29/2006 02:00:11
The following reply was made to PR bin/31415; it has been noted by GNATS.

From: matthew green <mrg@eterna.com.au>
To: gnats-bugs@netbsd.org
Cc: gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, jmmv@netbsd.org,
	ppedaal@mail.ee
Subject: re: bin/31415 (less/more manpage does not mention the differences between them) 
Date: Wed, 29 Nov 2006 11:59:09 +1100

 this is a list of the changes in netbsd less that affect the UI.
 (there are about as many changes in LoC for gcc warnings, etc. fixes.)
 
 
 - * and @ in search commands are ignored
 - a 'help prompt' option (-d) is added and default in more(1), set to
   "[Press 'h' for instructions.]" (this is actually from MIT originally,
   i believe.)  it is displayed instead of beeping when unknown commands
   etc are executed
 - don't clear the screen or squish it to the bottom, for the first page,
   or when exiting
 - sets the -E -m -G -f cli flags
 - uses $MORE instead of $LESS for extra options
 
 
 adding this list in some form to less.1 would be a great idea.