--- scheme-control.texi.~1.5.~ 2002-04-21 01:52:13.000000000 +1000 +++ scheme-control.texi 2003-04-03 17:43:43.000000000 +1000 @@ -943,8 +943,7 @@ The following procedures invoke scm_error with various error keys and arguments. The first three call scm_error with the system-error key and automatically supply errno in the "rest" argument: scm_syserror -generates messages using strerror, scm_sysmissing is used when -facilities are not available. Care should be taken that the errno +generates messages using strerror, Care should be taken that the errno value is not reset (e.g. due to an interrupt). @itemize @bullet @@ -953,8 +952,6 @@ @item void scm_syserror_msg (char *subr, char *message, SCM args); @item -void scm_sysmissing (char *subr); address@hidden void scm_num_overflow (char *subr); @item void scm_out_of_range (char *subr, SCM bad_value);