=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/less.1,v retrieving revision 1.5 retrieving revision 1.6 diff -u -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 +1,4 @@ -.\" $OpenBSD: less.1,v 1.5 2003/08/18 17:19:38 millert Exp $ +.\" $OpenBSD: less.1,v 1.6 2003/09/02 18:50:06 jmc Exp $ .\" .\" Copyright (C) 2002 Mark Nudelman .\" @@ -31,7 +31,7 @@ .Nd view files on a crt .Sh SYNOPSIS .Nm less No | Nm more -.Fl ? +.Fl \&? .Nm less No | Nm more .Fl -help .Nm less No | Nm more @@ -231,7 +231,7 @@ 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 | ! +.It Ic ^N | \&! Search for lines which do NOT match the pattern. .It Ic ^E | * Search multiple files. @@ -256,7 +256,7 @@ .Pp Certain characters are special, as in the / command: .Bl -tag -width Ds -.It Ic ^N | ! +.It Ic ^N | \&! Search for lines which do NOT match the pattern. .It Ic ^E | * Search multiple files. @@ -436,7 +436,7 @@ See also the discussion of LESSEDIT under the section on .Sx PROMPTS below. -.It Ic ! Ar shell-command +.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,7 +515,7 @@ .Pp .Dl LESS="-Ps--More--$-C -e" .Bl -tag -width XXXX -.It Fl ? | -help +.It Fl \&? | -help This option displays a summary of the commands accepted by .Nm (the same as the h command). @@ -1537,7 +1537,7 @@ runs in a "secure" mode. This means these features are disabled: .Bl -tag -width Ds -.It ! +.It \&! The shell command. .It | The pipe command.