summaryrefslogtreecommitdiff
path: root/editors/edt/patches/patch-edt__1.9.c
blob: c63d6e0135e31662e986d87b51ca8587d39b669c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-edt__1.9.c,v 1.1.1.1 2012/05/23 12:51:27 abs Exp $

Typo in call to 'less'

--- edt_1.9.c.orig	2012-01-01 12:24:03.000000000 +0000
+++ edt_1.9.c
@@ -4064,7 +4064,7 @@ void help_long()
  fprintf(fz,"\n");
 
  fclose(fz);
- sprintf(tcline,"lrss %s",tname);
+ sprintf(tcline,"less %s",tname);
  system(tcline);
  remove(tname);
 }