=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/less.1,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/less/less.1 2003/08/18 17:19:38 1.5 --- src/usr.bin/less/less.1 2003/09/02 18:50:06 1.6 *************** *** 1,4 **** ! .\" $OpenBSD: less.1,v 1.5 2003/08/18 17:19:38 millert Exp $ .\" .\" Copyright (C) 2002 Mark Nudelman .\" --- 1,4 ---- ! .\" $OpenBSD: less.1,v 1.6 2003/09/02 18:50:06 jmc Exp $ .\" .\" Copyright (C) 2002 Mark Nudelman .\" *************** *** 31,37 **** .Nd view files on a crt .Sh SYNOPSIS .Nm less No | Nm more ! .Fl ? .Nm less No | Nm more .Fl -help .Nm less No | Nm more --- 31,37 ---- .Nd view files on a crt .Sh SYNOPSIS .Nm less No | Nm more ! .Fl \&? .Nm less No | Nm more .Fl -help .Nm less No | Nm more *************** *** 231,237 **** Certain characters are special if entered at the beginning of the pattern; they modify the type of search rather than become part of the pattern: .Bl -tag -width Ds ! .It Ic ^N | ! Search for lines which do NOT match the pattern. .It Ic ^E | * Search multiple files. --- 231,237 ---- Certain characters are special if entered at the beginning of the pattern; they modify the type of search rather than become part of the pattern: .Bl -tag -width Ds ! .It Ic ^N | \&! Search for lines which do NOT match the pattern. .It Ic ^E | * Search multiple files. *************** *** 256,262 **** .Pp Certain characters are special, as in the / command: .Bl -tag -width Ds ! .It Ic ^N | ! Search for lines which do NOT match the pattern. .It Ic ^E | * Search multiple files. --- 256,262 ---- .Pp Certain characters are special, as in the / command: .Bl -tag -width Ds ! .It Ic ^N | \&! Search for lines which do NOT match the pattern. .It Ic ^E | * Search multiple files. *************** *** 436,442 **** See also the discussion of LESSEDIT under the section on .Sx PROMPTS below. ! .It Ic ! Ar shell-command Invokes a shell to run the shell-command given. A percent sign (%) in the command is replaced by the name of the current file. A pound sign (#) is replaced by the name of the previously examined file. --- 436,442 ---- See also the discussion of LESSEDIT under the section on .Sx PROMPTS below. ! .It Ic \&! Ar shell-command Invokes a shell to run the shell-command given. A percent sign (%) in the command is replaced by the name of the current file. A pound sign (#) is replaced by the name of the previously examined file. *************** *** 515,521 **** .Pp .Dl LESS="-Ps--More--$-C -e" .Bl -tag -width XXXX ! .It Fl ? | -help This option displays a summary of the commands accepted by .Nm (the same as the h command). --- 515,521 ---- .Pp .Dl LESS="-Ps--More--$-C -e" .Bl -tag -width XXXX ! .It Fl \&? | -help This option displays a summary of the commands accepted by .Nm (the same as the h command). *************** *** 1537,1543 **** runs in a "secure" mode. This means these features are disabled: .Bl -tag -width Ds ! .It ! The shell command. .It | The pipe command. --- 1537,1543 ---- runs in a "secure" mode. This means these features are disabled: .Bl -tag -width Ds ! .It \&! The shell command. .It | The pipe command.