From 26f132bfc35caf36ac10c06b98bc06969bbd7bb4 Mon Sep 17 00:00:00 2001 From: tg Date: Tue, 10 Aug 2004 20:43:20 +0000 Subject: [PATCH] finding bugs in the manpage, me, while playing with catman 2 HTML --- ksh.1tbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ksh.1tbl b/ksh.1tbl index 7933551..c683f1d 100644 --- a/ksh.1tbl +++ b/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $MirBSD: ksh.1tbl,v 1.26 2004/05/24 19:06:54 tg Exp $ +.\" $MirBSD: ksh.1tbl,v 1.27 2004/08/10 20:43:20 tg Exp $ .\" $OpenBSD: ksh.1tbl,v 1.70 2004/05/09 06:07:42 otto Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -4946,11 +4946,11 @@ command, but moves in the opposite direction. .Pp Inter-line movement commands: .Bl -tag -width Ds -.It nj,\ n+\ and\ n^N +.It \fIn\fBj\fR,\ \fIn\fB+\fR\ and\ \fIn\fB^N\fR Move to the .Ar n Ns th next line in the history. -.It nk,\ n-\ and\ n^P +.It \fIn\fBk\fR,\ \fIn\fB-\fR\ and\ \fIn\fB^P\fR Move to the .Ar n Ns th previous line in the history.