scsh-users
[Top] [All Lists]

errno-error definition vs. documentation

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>