mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
16 lines
343 B
C
16 lines
343 B
C
$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);
|
|
}
|