+2008-10-02 Martin Rudalics <rudalics@gmx.at>
+
+ * process.c (Faccept_process_output): Fix doc-string.
+
2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
* gmalloc.c (__sbrk): Also define for uClibc.
return XPROCESS (process)->type;
}
#endif
-
+
DEFUN ("process-type", Fprocess_type, Sprocess_type, 1, 1, 0,
doc: /* Return the connection type of PROCESS.
The value is either the symbol `real', `network', or `serial'.
Non-nil arg PROCESS means do not return until some output has been received
from PROCESS.
-Non-nil second arg SECONDS and third arg MILLISEC are number of
-seconds and milliseconds to wait; return after that much time whether
-or not there is input. If SECONDS is a floating point number,
+Non-nil second arg SECONDS and third arg MILLISEC are number of seconds
+and milliseconds to wait; return after that much time whether or not
+there is any subprocess output. If SECONDS is a floating point number,
it specifies a fractional number of seconds to wait.
The MILLISEC argument is obsolete and should be avoided.
get_up_time (time_t *sec, unsigned *usec)
{
FILE *fup;
-
+
*sec = *usec = 0;
BLOCK_INPUT;