better "Processing joerc" messages
This commit is contained in:
parent
5aadaf1989
commit
7ba783ab3a
12
editors/joe/patches/patch-help_c
Normal file
12
editors/joe/patches/patch-help_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-help_c,v 1.1 2002/05/22 07:55:29 form Exp $
|
||||
--- help.c.orig Wed May 22 14:51:07 2002
|
||||
+++ help.c Wed May 22 14:51:15 2002
|
||||
@@ -41,7 +41,7 @@ int help_init(char *filename)
|
||||
if (!(fd = fopen(filename, "r"))) /* open the help file */
|
||||
return -1; /* return if we couldn't open the file */
|
||||
|
||||
- fprintf(stderr, "Processing '%s'...", filename);
|
||||
+ fprintf(stderr, "Processing help '%s'...", filename);
|
||||
fflush(stderr);
|
||||
|
||||
while (fgets(buf, sizeof(buf), fd)) {
|
12
editors/joe/patches/patch-rc_c
Normal file
12
editors/joe/patches/patch-rc_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-rc_c,v 1.1 2002/05/22 07:55:29 form Exp $
|
||||
--- rc.c.orig Wed May 22 14:50:50 2002
|
||||
+++ rc.c Wed May 22 14:50:58 2002
|
||||
@@ -574,7 +574,7 @@ int procrc(CAP *cap, char *name)
|
||||
if (!fd)
|
||||
return -1; /* Return if we couldn't open the rc file */
|
||||
|
||||
- fprintf(stderr, "Processing '%s'...", name);
|
||||
+ fprintf(stderr, "Processing rc '%s'...", name);
|
||||
fflush(stderr);
|
||||
|
||||
while (++line, fgets(buf, 1024, fd))
|
Loading…
Reference in New Issue
Block a user