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

Diff for /src/usr.bin/less/less.1 between version 1.21 and 1.22

version 1.21, 2011/02/03 22:11:22 version 1.22, 2011/05/02 11:14:11
Line 114 
Line 114 
 .It Ic ESC-SPACE  .It Ic ESC-SPACE
 Like SPACE, but scrolls a full screensful, even if it reaches  Like SPACE, but scrolls a full screensful, even if it reaches
 end-of-file in the process.  end-of-file in the process.
 .It Xo  .It Ic RETURN | ^N | e | ^E | j | ^J
 .Ic RETURN No \&| Ic ^N No \&|  
 .Ic e No \&| Ic ^E No \&|  
 .Ic j No \&| Ic ^J  
 .Xc  
 Scroll forward N lines, default 1.  Scroll forward N lines, default 1.
 The entire N lines are displayed, even if N is more than the screen size.  The entire N lines are displayed, even if N is more than the screen size.
 .It Ic d | ^D  .It Ic d | ^D
Line 129 
Line 125 
 If N is more than the screen size, only the final screenful is displayed.  If N is more than the screen size, only the final screenful is displayed.
 .It Ic w  .It Ic w
 Like ESC-v, but if N is specified, it becomes the new window size.  Like ESC-v, but if N is specified, it becomes the new window size.
 .It Xo  .It Ic y | ^Y | ^P | k | ^K
 .Ic y No \&| Ic ^Y No \&|  
 .Ic ^P No \&| Ic k No \&|  
 .Ic ^K  
 .Xc  
 Scroll backward N lines, default 1.  Scroll backward N lines, default 1.
 The entire N lines are displayed, even if N is more than the screen size.  The entire N lines are displayed, even if N is more than the screen size.
 Warning: some systems use ^Y as a special job control character.  Warning: some systems use ^Y as a special job control character.
Line 404 
Line 396 
 Prints the version number of  Prints the version number of
 .Nm  .Nm
 being run.  being run.
 .It Xo  .It Ic q | Q | :q | :Q | ZZ
 .Ic q No \&| Ic Q No \&|  
 .Ic :q No \&| Ic :Q No \&|  
 .Ic ZZ  
 .Xc  
 Exits  Exits
 .Nm less .  .Nm less .
 .El  .El
Line 445 
Line 433 
 .Ev SHELL ,  .Ev SHELL ,
 or defaults to "sh".  or defaults to "sh".
 .\" On MS-DOS and OS/2 systems, the shell is the normal command processor.  .\" On MS-DOS and OS/2 systems, the shell is the normal command processor.
 .It Ic \&| <m> Ar shell-command  .It Ic | <m> Ar shell-command
 <m> represents any mark letter.  <m> represents any mark letter.
 Pipes a section of the input file to the given shell command.  Pipes a section of the input file to the given shell command.
 The section of the file to be piped is between the first line on  The section of the file to be piped is between the first line on

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22