=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/more/Attic/more.1,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/more/Attic/more.1 1996/10/14 09:00:58 1.5 --- src/usr.bin/more/Attic/more.1 1996/10/14 09:26:47 1.6 *************** *** 1,4 **** ! .\" $OpenBSD: more.1,v 1.5 1996/10/14 09:00:58 etheisen Exp $ .\" Copyright (c) 1980 The Regents of the University of California. .\" All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: more.1,v 1.6 1996/10/14 09:26:47 etheisen Exp $ .\" Copyright (c) 1980 The Regents of the University of California. .\" All rights reserved. .\" *************** *** 57,64 **** .I More is a filter which allows examination of a continuous text one screenful at a time on a soft-copy terminal. ! It normally pauses after each screenful, printing --More-- ! at the bottom of the screen. If the user then types a carriage return, one more line is displayed. If the user hits a space, another screenful is displayed. Other possibilities are enumerated later. --- 57,64 ---- .I More is a filter which allows examination of a continuous text one screenful at a time on a soft-copy terminal. ! It normally pauses after each screenful, printing the current file name ! at the bottom of the screen or --More-- if input is from a pipe. If the user then types a carriage return, one more line is displayed. If the user hits a space, another screenful is displayed. Other possibilities are enumerated later. *************** *** 217,223 **** If .I more is reading from a file, rather than a pipe, then a percentage is displayed ! along with the --More-- prompt. This gives the fraction of the file (in characters, not lines) that has been read so far. .PP --- 217,225 ---- If .I more is reading from a file, rather than a pipe, then a percentage is displayed ! along with the current ! .I filename ! prompt. This gives the fraction of the file (in characters, not lines) that has been read so far. .PP *************** *** 336,347 **** the user may hit the line kill character to cancel the numerical argument being formed. In addition, the user may hit the erase character to redisplay the ! --More--(xx%) message. .PP At any time when output is being sent to the terminal, the user can hit the quit key (normally control\-\\). .I More ! will stop sending output, and will display the usual --More-- prompt. The user may then enter one of the above commands in the normal manner. Unfortunately, some output is lost when this is done, due to the --- 338,350 ---- the user may hit the line kill character to cancel the numerical argument being formed. In addition, the user may hit the erase character to redisplay the ! filename (xx%) message. .PP At any time when output is being sent to the terminal, the user can hit the quit key (normally control\-\\). .I More ! will stop sending output, and will display the usual ! .I filename prompt. The user may then enter one of the above commands in the normal manner. Unfortunately, some output is lost when this is done, due to the