=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/less.hlp,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/less/less.hlp 2004/11/29 06:20:03 1.3 --- src/usr.bin/less/less.hlp 2011/09/16 18:12:09 1.4 *************** *** 38,43 **** --- 38,44 ---- ESC-n * Repeat previous search, spanning files. ESC-N * Repeat previous search, reverse dir. & spanning files. ESC-u Undo (toggle) search highlighting. + &_p_a_t_t_e_r_n * Display only matching lines --------------------------------------------------- Search patterns may be modified by one or more of: ^N or ! Search for NON-matching lines. *************** *** 111,122 **** Display help (from command line). -a ........ --search-skip-screen Forward search skips current screen. -b [_N] .... --buffers=[_N] Number of buffers. -B ........ --auto-buffers Don't automatically allocate buffers for pipes. ! -c -C .... --clear-screen --CLEAR-SCREEN ! Repaint by scrolling/clearing. -d ........ --dumb Dumb terminal. -D [_x_n_._n] . --color=_x_n_._n --- 112,125 ---- Display help (from command line). -a ........ --search-skip-screen Forward search skips current screen. + -A ........ --SEARCH-SKIP-SCREEN + Forward search always skips target line. -b [_N] .... --buffers=[_N] Number of buffers. -B ........ --auto-buffers Don't automatically allocate buffers for pipes. ! -c ........ --clear-screen ! Repaint by clearing rather than scrolling. -d ........ --dumb Dumb terminal. -D [_x_n_._n] . --color=_x_n_._n *************** *** 143,154 **** Display a status column at left edge of screen. -k [_f_i_l_e] . --lesskey-file=[_f_i_l_e] Use a lesskey file. -L ........ --no-lessopen Ignore the LESSOPEN environment variable. -m -M .... --long-prompt --LONG-PROMPT Set prompt style. -n -N .... --line-numbers --LINE-NUMBERS ! Use line numbers. -o [_f_i_l_e] . --log-file=[_f_i_l_e] Copy to log file (standard input only). -O [_f_i_l_e] . --LOG-FILE=[_f_i_l_e] --- 146,159 ---- Display a status column at left edge of screen. -k [_f_i_l_e] . --lesskey-file=[_f_i_l_e] Use a lesskey file. + -K --quit-on-intr + Exit less in response to ctrl-C. -L ........ --no-lessopen Ignore the LESSOPEN environment variable. -m -M .... --long-prompt --LONG-PROMPT Set prompt style. -n -N .... --line-numbers --LINE-NUMBERS ! Don't use line numbers. -o [_f_i_l_e] . --log-file=[_f_i_l_e] Copy to log file (standard input only). -O [_f_i_l_e] . --LOG-FILE=[_f_i_l_e] *************** *** 193,198 **** --- 198,208 ---- Don't display tildes after end of file. -# [_N] .... --shift=[_N] Horizontal scroll amount (0 = one half screen width) + ........ --no-keypad + Don't send keypad init/deinit sequence. + ........ --follow-name + The F command changes files if the input file is renamed. + ---------------------------------------------------------------------------