| To: | scsh-news@zurich.ai.mit.edu |
|---|---|
| Subject: | errno-error definition vs. documentation |
| From: | Andreas Voegele <voegelas@gmx.net> |
| Date: | Fri, 09 May 2003 10:48:48 +0200 |
Hi,
there's a mismatch between the definition and the documentation of
errno-error. It seems that the "msg" argument is missing from the
documentation.
scsh/scsh-condition.scm:
(define (errno-error errno msg syscall . stuff)
(apply signal 'syscall-error errno msg syscall stuff))
doc/scsh-manual/syscalls.tex:
\begin{dfndesc}
{errno-error}{errno syscall .\ data}{\noreturn}{procedure}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Change in CVS layout, Martin Gasbichler |
|---|---|
| Next by Date: | Re: Change in CVS layout, Michael Sperber [Mr. Preprocessor] |
| Previous by Thread: | Change in CVS layout, Martin Gasbichler |
| Next by Thread: | Re: errno-error definition vs. documentation, Martin Gasbichler |
| Indexes: | [Date] [Thread] [Top] [All Lists] |