changeset 760:012c1f6e9e7d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 12 Jul 1992 03:26:48 +0000
parents 58b7fc91b74a
children 4dffad9d353d
files src/callproc.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/callproc.c	Sat Jul 11 18:59:17 1992 +0000
+++ b/src/callproc.c	Sun Jul 12 03:26:48 1992 +0000
@@ -99,7 +99,7 @@
 Remaining arguments are strings passed as command arguments to PROGRAM.\n\
 If BUFFER is nil or 0, returns immediately with value nil.\n\
 Otherwise waits for PROGRAM to terminate\n\
-and returns a numeric exit status or a signal name as a string.\n\
+and returns a numeric exit status or a signal description string.\n\
 If you quit, the process is killed with SIGKILL.")
   (nargs, args)
      int nargs;
@@ -311,7 +311,7 @@
 Remaining args are passed to PROGRAM at startup as command args.\n\
 If BUFFER is nil, returns immediately with value nil.\n\
 Otherwise waits for PROGRAM to terminate\n\
-and returns a numeric exit status or a signal name as a string.\n\
+and returns a numeric exit status or a signal description string.\n\
 If you quit, the process is killed with SIGKILL.")
   (nargs, args)
      int nargs;