# HG changeset patch # User Richard M. Stallman # Date 710911608 0 # Node ID 012c1f6e9e7d37c7e970c879cb69cc43e34e0948 # Parent 58b7fc91b74a28409100a8154d3bcf881e8826e8 *** empty log message *** diff -r 58b7fc91b74a -r 012c1f6e9e7d src/callproc.c --- 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;