From 2008bab5a0a6fd0503e3fb7bca21496ccfef9db0 Mon Sep 17 00:00:00 2001 From: tg Date: Sun, 17 Nov 2013 22:24:06 +0000 Subject: [PATCH] mention negative history numbers (thanks odc:#!/bin/mksh for noticing) --- mksh.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mksh.1 b/mksh.1 index da07000..120e4c4 100644 --- a/mksh.1 +++ b/mksh.1 @@ -1,4 +1,4 @@ -.\" $MirOS: src/bin/mksh/mksh.1,v 1.323 2013/11/17 22:20:21 tg Exp $ +.\" $MirOS: src/bin/mksh/mksh.1,v 1.324 2013/11/17 22:24:06 tg Exp $ .\" $OpenBSD: ksh.1,v 1.148 2013/09/04 15:49:18 millert Exp $ .\"- .\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, @@ -3418,6 +3418,7 @@ and .Ar last select commands from the history. Commands can be selected by history number +(negative numbers go backwards from the current, most recent, line) or a string specifying the most recent command starting with that string. The .Fl l