tail head cat sleep
QR code linking to this page

Manpage  — RAISE

BEZEICHNUNG

raise - sende ein Signal.

INHALT

ÜBERSICHT

#include <signal.h> 

int raise (int sig);

BESCHREIBUNG

raise() sendet ein Signal an den aktuellen Prozeß. Es entspricht kill(getpid(),sig).

RÜCKGABEWERT

Null bei Erfolg, ungleich null im Fehlerfall.

KONFORM ZU

ANSI - C

SIEHE AUCH

kill(2) [Englisch], signal(2), getpid(2).

18. Mai 1996 RAISE (3) GNU

tail head cat sleep
QR code linking to this page


Bitte richten Sie Ihre Kommentare zu diesem Handbuch Seite Service, Ben Bullock. Privacy policy.

Ken Thompson has an automobile which he helped design. Unlike most automobiles, it has neither speedometer, nor gas gauge, nor any of the other numerous idiot lights which plague the modern driver. Rather, if the driver makes a mistake, a giant “?” lights up in the center of the dashboard. “The experienced driver,” says Thompson, “will usually know what's wrong.”