diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2010-08-09 20:42:33 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2010-08-09 20:42:33 +0000 |
commit | b2368139f7d075bf7204ebb07e9baf5497b643af (patch) | |
tree | 1bf813f1941bcc4f0b6ab034ab7394ebb4b31bd4 /usr.bin | |
parent | effad751747379308f298b61ac8196a1cc7f8621 (diff) |
Match -m prompt string in man page with code. From Daniel Malament
danielm at bluetiger dot net, PR 6234.
OK millert
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/less/less.1 | 6 |
1 files changed, 3 insertions, 3 deletions
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.\ : |