[BACK]Return to sigvec.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / compat-43

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/compat-43/sigvec.3 between version 1.18 and 1.18.8.2

version 1.18, 1999/10/06 17:10:08 version 1.18.8.2, 2002/03/08 21:35:02
Line 42 
Line 42 
 .Sh LIBRARY  .Sh LIBRARY
 .Lb libc  .Lb libc
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Fd #include <signal.h>  .Fd #include \*[Lt]signal.h\*[Gt]
 .Bd -literal  .Bd -literal
 struct sigvec {  struct sigvec {
         void    (*sv_handler)();          void    (*sv_handler)();
Line 251  A 0 value indicated that the call succee
Line 251  A 0 value indicated that the call succee
 A \-1 return value indicates an error occurred and  A \-1 return value indicates an error occurred and
 .Va errno  .Va errno
 is set to indicated the reason.  is set to indicated the reason.
 .Sh EXAMPLE  .Sh EXAMPLES
 The handler routine can be declared:  The handler routine can be declared:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 void  void

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.18.8.2

CVSweb <webmaster@jp.NetBSD.org>