=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/less.1,v retrieving revision 1.55 retrieving revision 1.56 diff -c -r1.55 -r1.56 *** src/usr.bin/less/less.1 2019/07/20 13:21:09 1.55 --- src/usr.bin/less/less.1 2019/08/20 11:34:18 1.56 *************** *** 1,4 **** ! .\" $OpenBSD: less.1,v 1.55 2019/07/20 13:21:09 schwarze Exp $ .\" .\" Copyright (C) 1984-2012 Mark Nudelman .\" --- 1,4 ---- ! .\" $OpenBSD: less.1,v 1.56 2019/08/20 11:34:18 jmc 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: July 20 2019 $ .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: August 20 2019 $ .Dt LESS 1 .Os .Sh NAME *************** *** 48,77 **** .Op Ar .Sh DESCRIPTION .Nm ! is a program similar to the traditional ! .Xr more 1 , ! but with many more features. ! It displays text one screenful at a time. ! After showing each screenful, it prompts the user for a command. When showing the last line of a file, .Nm displays a prompt indicating end of file and the name of the next file to examine, if any. It then waits for input from the user. .Pp - Commands are based on both traditional - .Xr more 1 - and - .Xr vi 1 . - Commands may be preceded by a decimal number, - called - .Ar N - in the descriptions below. - The number is used by some commands, as indicated. - .Pp - This version of .Nm ! also acts as .Xr more 1 if it is called as .Nm more , --- 48,69 ---- .Op Ar .Sh DESCRIPTION .Nm ! displays text one screenful at a time. ! After showing each screenful, it prompts the user for a command, ! as described in ! .Sx COMMANDS . When showing the last line of a file, .Nm displays a prompt indicating end of file and the name of the next file to examine, if any. It then waits for input from the user. .Pp .Nm ! is similar to the traditional ! .Xr more 1 , ! but with many more features. ! .Nm ! will behave like .Xr more 1 if it is called as .Nm more , *************** *** 757,762 **** --- 749,762 ---- may also be used to set (or change) an initial command for every file. .El .Sh COMMANDS + Commands are based on both traditional + .Xr more 1 + and + .Xr vi 1 . + Commands may be preceded by a decimal number, + called + .Ar N + in the descriptions below. In the following descriptions, ^X means control-X. ESC stands for the ESCAPE key; for example ESC-v means the two character sequence "ESCAPE", then "v". *************** *** 1916,1920 **** .Sh SEE ALSO .Xr lesskey 1 , .Xr more 1 .Sh AUTHORS ! .An Mark Nudelman . --- 1916,1924 ---- .Sh SEE ALSO .Xr lesskey 1 , .Xr more 1 + .Sh HISTORY + .Nm + was first published in 1985 and has been available since + .Ox 2.0 . .Sh AUTHORS ! .An Mark Nudelman