*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> raise (3)              
Title
Content
Arch
Section
 

RAISE(3)

Contents


NAME    [Toc]    [Back]

     raise -- send a signal to the current process

LIBRARY    [Toc]    [Back]

     Standard C Library (libc, -lc)

SYNOPSIS    [Toc]    [Back]

     #include <signal.h>

     int
     raise(int sig);

DESCRIPTION    [Toc]    [Back]

     The raise() function sends the signal sig to the current process.

RETURN VALUES    [Toc]    [Back]

     The raise() function returns the value 0 if successful; otherwise the
     value -1 is returned and the global variable errno is set to indicate the
     error.

ERRORS    [Toc]    [Back]

     The raise() function may fail and set errno for any of the errors specified
 for the library functions getpid(2) and kill(2).

SEE ALSO    [Toc]    [Back]

      
      
     kill(2)

STANDARDS    [Toc]    [Back]

     The raise() function conforms to ISO/IEC 9899:1990 (``ISO C89'').


FreeBSD 5.2.1			 June 4, 1993			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
kill HP-UX send a signal to a process; terminate a process
kill NetBSD send signal to a process
kill FreeBSD send signal to a process
kill OpenBSD send signal to a process
kill Linux send signal to a process
killpg FreeBSD send signal to a process group
killpg NetBSD send signal to a process group
killpg Linux send signal to a process group
killpg Tru64 Send a signal to a process group
kill IRIX send signal to a process (4.3BSD)
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service