[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.37 and 1.38

version 1.37, 2014/05/08 06:24:14 version 1.38, 2014/05/08 06:50:50
Line 61 
Line 61 
 to examine, if any.  to examine, if any.
 It then waits for input from the user.  It then waits for input from the user.
 .Pp  .Pp
   Commands are based on both traditional
   .Xr more 1
   and
   .Xr vi 1 .
   Commands may be preceded by a decimal number,
   called N in the descriptions below.
   The number is used by some commands, as indicated.
   .Pp
 This version of  This version of
 .Nm  .Nm
 also acts as  also acts as
Line 74 
Line 82 
 .Sx COMPATIBILITY WITH MORE  .Sx COMPATIBILITY WITH MORE
 section, below.  section, below.
 .Pp  .Pp
 Commands are based on both traditional  
 .Xr more 1  
 and  
 .Xr vi 1 .  
 Commands may be preceded by a decimal number,  
 called N in the descriptions below.  
 The number is used by some commands, as indicated.  
 .Pp  
 Command line options are described below.  
 Most options may be changed while  
 .Nm  
 is running, via the "\-" command.  
 .Pp  
 Most options may be given in one of two forms:  
 either a dash followed by a single letter, or two dashes followed by a  
 long option name.  
 A long option name may be abbreviated as long as the abbreviation is  A long option name may be abbreviated as long as the abbreviation is
 unambiguous.  unambiguous.
 For example, --quit-at-eof may be abbreviated --quit, but not  
 --qui, since both --quit-at-eof and --quiet begin with --qui.  
 Some long option names are in uppercase, such as --QUIT-AT-EOF, as  
 distinct from --quit-at-eof.  
 Such option names need only have their first letter capitalized;  Such option names need only have their first letter capitalized;
 the remainder of the name may be in either case.  the remainder of the name may be in either case.
 For example, --Quit-at-eof is equivalent to --QUIT-AT-EOF.  For example, --Quit-at-eof is equivalent to --QUIT-AT-EOF.
 .Pp  .Pp
 Options are also taken from the environment variable  
 .Ev LESS  
 if the command is  
 .Nm less ,  
 or from the environment variable  
 .Ev MORE  
 if the command is  
 .Nm more .  
 For example, to avoid typing "less -options ..." each time  
 .Nm  
 is invoked, you might tell  
 .Xr csh 1 :  
 .Pp  
 .Dl setenv LESS "-options"  
 .Pp  
 or if you use  
 .Xr sh 1 :  
 .Pp  
 .Dl LESS="-options"; export LESS  
 .Pp  
 .\" On MS-DOS, you don't need the quotes, but you should replace any  
 .\" percent signs in the options string by double percent signs.  
 .\" .Pp  
 The environment variable is parsed before the command line,  
 so command line options override the  
 .Ev LESS  
 environment variable.  
 If an option appears in the  
 .Ev LESS  
 variable, it can be reset to its default value on the command line by  
 beginning the command line option with "\-+".  
 .Pp  
 Some options like -k require a string to follow the option letter.  
 The string for that option is considered to end when a dollar sign ($) is found.  
 For example, to separate a prompt value from any other options  
 with dollar sign between them:  
 .Pp  
 .Dl LESS="-Ps--More--$-C -e"  
 .Pp  
 If the --use-backslash option appears earlier in the options, then  
 a dollar sign or backslash may be included literally in an option string  
 by preceding it with a backslash.  
 If the --use-backslash option is not in effect, then backslashes are  
 not treated specially, and there is no way to include a dollar sign  
 in the option string.  
 .Pp  
 The options are as follows:  The options are as follows:
 .Bl -tag -width XXXX  .Bl -tag -width XXXX
 .It Fl \&? | -help  .It Fl \&? | -help
Line 1742 
Line 1684 
 variables defined in a local lesskey file take precedence over  variables defined in a local lesskey file take precedence over
 variables defined in the system environment, which take precedence  variables defined in the system environment, which take precedence
 over variables defined in the system-wide lesskey file.  over variables defined in the system-wide lesskey file.
 .Bl -tag -width Ds  .Bl -tag -width LESSANSIENDCHARS
 .It Ev COLUMNS  .It Ev COLUMNS
 Sets the number of columns on the screen.  Sets the number of columns on the screen.
 Takes precedence over the number of columns specified by the TERM variable.  Takes precedence over the number of columns specified by the TERM variable.
Line 1754 
Line 1696 
 .It Ev HOME  .It Ev HOME
 Name of the user's home directory  Name of the user's home directory
 (used to find a lesskey file).  (used to find a lesskey file).
 .\" .It Ev "HOMEDRIVE, HOMEPATH"  
 .\" Concatenation of the HOMEDRIVE and HOMEPATH environment variables is  
 .\" the name of the user's home directory if the HOME variable is not set  
 .\" (only in the Windows version).  
 .\" .It Ev INIT  
 .\" Name of the user's init directory  
 .\" (used to find a lesskey file on OS/2 systems).  
 .It Ev LANG  .It Ev LANG
 Language for determining the character set.  Language for determining the character set.
 .It Ev LC_CTYPE  .It Ev LC_CTYPE
Line 1769 
Line 1704 
 Options which are passed to  Options which are passed to
 .Nm  .Nm
 automatically.  automatically.
   Command line options override the
   .Ev LESS
   environment variable.
   .Pp
   Some options like -k require a string to follow the option letter.
   The string for that option is considered to end when a dollar sign ($) is found.
   For example, to separate a prompt value from any other options
   with dollar sign between them:
   .Pp
   .Dl LESS="-Ps--More--$-C -e"
   .Pp
   If the --use-backslash option appears earlier in the options, then
   a dollar sign or backslash may be included literally in an option string
   by preceding it with a backslash.
   If the --use-backslash option is not in effect, then backslashes are
   not treated specially, and there is no way to include a dollar sign
   in the option string.
 .It Ev LESSANSIENDCHARS  .It Ev LESSANSIENDCHARS
 Characters which may end an ANSI color escape sequence  Characters which may end an ANSI color escape sequence
 (default "m").  (default "m").
Line 1784 
Line 1736 
 Selects a predefined character set.  Selects a predefined character set.
 .It Ev LESSCLOSE  .It Ev LESSCLOSE
 Command line to invoke the (optional) input-postprocessor.  Command line to invoke the (optional) input-postprocessor.
 .\" .It Ev LESSECHO  
 .\" Name of the lessecho program (default "lessecho").  
 .\" The lessecho program is needed to expand metacharacters, such as * and ?,  
 .\" in filenames on Unix systems.  
 .It Ev LESSEDIT  .It Ev LESSEDIT
 Editor prototype string (used for the v command).  Editor prototype string (used for the v command).
 See discussion under  See discussion under
Line 1802 
Line 1750 
 .Nm less .  .Nm less .
 If set to "-" or "/dev/null", a history file is not used.  If set to "-" or "/dev/null", a history file is not used.
 The default is "-".  The default is "-".
 .\" The default is "$HOME/.lesshst" on Unix systems, "$HOME/_lesshst" on  
 .\" DOS and Windows systems, or "$HOME/lesshst.ini" or "$INIT/lesshst.ini"  
 .\" on OS/2 systems.  
 .It Ev LESSHISTSIZE  .It Ev LESSHISTSIZE
 The maximum number of commands to save in the history file.  The maximum number of commands to save in the history file.
 The default is 100.  The default is 100.
Line 1846 
Line 1791 
 automatically when running in  automatically when running in
 .Nm more  .Nm more
 compatible mode.  compatible mode.
 .\" .It Ev PATH  
 .\" User's search path (used to find a lesskey file  
 .\" on MS-DOS and OS/2 systems).  
 .It Ev SHELL  .It Ev SHELL
 The shell used to execute the ! command, as well as to expand filenames.  The shell used to execute the ! command, as well as to expand filenames.
 .It Ev TERM  .It Ev TERM
Line 1862 
Line 1804 
 .Xr lesskey 1 ,  .Xr lesskey 1 ,
 .Xr more 1  .Xr more 1
 .Sh AUTHORS  .Sh AUTHORS
 .An Mark Nudelman  .An Mark Nudelman .
 .Pp  .Pp
 Send bug reports or comments to  Send bug reports or comments to
 .Aq Mt bug\-less@gnu.org .  .Aq Mt bug\-less@gnu.org .

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