From b2368139f7d075bf7204ebb07e9baf5497b643af Mon Sep 17 00:00:00 2001 From: Ray Lai Date: Mon, 9 Aug 2010 20:42:33 +0000 Subject: Match -m prompt string in man page with code. From Daniel Malament danielm at bluetiger dot net, PR 6234. OK millert --- usr.bin/less/less.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/less') diff --git a/usr.bin/less/less.1 b/usr.bin/less/less.1 index e5d7aab0050..80d09cc7dc6 100644 --- a/usr.bin/less/less.1 +++ b/usr.bin/less/less.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: less.1,v 1.18 2010/04/09 20:17:38 jmc Exp $ +.\" $OpenBSD: less.1,v 1.19 2010/08/09 20:42:32 ray Exp $ .\" .\" Copyright (C) 2002 Mark Nudelman .\" @@ -23,7 +23,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 9 2010 $ +.Dd $Mdocdate: August 9 2010 $ .Dt LESS 1 .Os .Sh NAME @@ -1501,7 +1501,7 @@ For reference, here are the defaults for the other two prompts (-m and -M respectively). Each is broken into two lines here for readability only. .Bd -literal -offset indent -?n?f%f\ .?m(file\ %i\ of\ %m)\ ..?e(END)\ ?x-\ Next\e:\ %x.: +?f%f\ .?m(file\ %i\ of\ %m)\ .?e(END)\ ?x-\ Next\e:\ %x.: ?pB%pB\e%:byte\ %bB?s/%s...%t ?f%f\ .?n?m(file\ %i\ of\ %m)\ ..?ltlines\ %lt-%lb?L/%L.\ : -- cgit v1.2.3