Hi --

eprely isn't used anymore.
OK?

~Brian

Index: def.h
===================================================================
RCS file: /cvs/src/usr.bin/mg/def.h,v
retrieving revision 1.145
diff -u -p -r1.145 def.h
--- def.h       25 Mar 2015 20:53:31 -0000      1.145
+++ def.h       7 May 2015 04:02:50 -0000
@@ -460,7 +460,6 @@ int          eyorn(const char *);
 int             eynorr(const char *);
 int             eyesno(const char *);
 void            ewprintf(const char *fmt, ...);
-char           *ereply(const char *, char *, size_t, ...);
 char           *eread(const char *, char *, size_t, int, ...);
 int             getxtra(struct list *, struct list *, int, int);
 void            free_file_list(struct list *);
Index: echo.c
===================================================================
RCS file: /cvs/src/usr.bin/mg/echo.c,v
retrieving revision 1.58
diff -u -p -r1.58 echo.c
--- echo.c      19 Mar 2015 21:22:15 -0000      1.58
+++ echo.c      7 May 2015 04:02:50 -0000
@@ -821,9 +821,9 @@ ewprintf(const char *fmt, ...)
 }
 
 /*
- * Printf style formatting. This is called by both "ewprintf" and "ereply"
- * to provide formatting services to their clients.  The move to the start
- * of the echo line, and the erase to the end of the echo line, is done by
+ * Printf style formatting. This is called by "ewprintf" to provide
+ * formatting services to its clients.  The move to the start of the
+ * echo line, and the erase to the end of the echo line, is done by
  * the caller. 
  * %c prints the "name" of the supplied character.
  * %k prints the name of the current key (and takes no arguments).

Reply via email to