=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/less.1,v retrieving revision 1.45 retrieving revision 1.46 diff -c -r1.45 -r1.46 *** src/usr.bin/less/less.1 2014/11/23 09:56:32 1.45 --- src/usr.bin/less/less.1 2015/11/06 15:58:01 1.46 *************** *** 1,4 **** ! .\" $OpenBSD: less.1,v 1.45 2014/11/23 09:56:32 jmc Exp $ .\" .\" Copyright (C) 1984-2012 Mark Nudelman .\" --- 1,4 ---- ! .\" $OpenBSD: less.1,v 1.46 2015/11/06 15:58:01 nicm Exp $ .\" .\" Copyright (C) 1984-2012 Mark Nudelman .\" *************** *** 23,29 **** .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" ! .Dd $Mdocdate: November 23 2014 $ .Dt LESS 1 .Os .Sh NAME --- 23,29 ---- .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" ! .Dd $Mdocdate: November 6 2015 $ .Dt LESS 1 .Os .Sh NAME *************** *** 1144,1158 **** 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. - "!!" repeats the last shell command. - "!" with no shell command simply invokes a shell. - The shell is taken from the environment variable - .Ev SHELL , - or defaults to "sh". .It Ic | Ar shell-command represents any mark letter. Pipes a section of the input file to the given shell command. --- 1144,1149 ---- *************** *** 1788,1795 **** runs in a "secure" mode. This means these features are disabled: .Bl -tag -width Ds - .It \&! - The shell command. .It | The pipe command. .It :e --- 1779,1784 ---- *************** *** 2009,2015 **** .Xr more 1 compatible mode. .It Ev SHELL ! The shell used to execute the ! command, as well as to expand filenames. .It Ev TERM Specifies the terminal type. Used by --- 1998,2004 ---- .Xr more 1 compatible mode. .It Ev SHELL ! The shell used to expand filenames. .It Ev TERM Specifies the terminal type. Used by