Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ kill(3f) — Ultrix FORTRAN 1.0 RISC

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

kill(2)

sigvec(2)

signal(3f)

fork(3f)

perror(3f)

kill(3f)  —  RISC

NAME

kill − send a signal to a process

SYNTAX

function kill ( pid, signum )
integer pid, signum

DESCRIPTION

The pid argument must be the process id of one of the user’s processes.  The signum must must be a valid signal number.  The returned value will be 0 if successful; an error code otherwise. 

FILES

/usr/lib/libU77.a

SEE ALSO

kill(2), sigvec(2)
signal(3f), fork(3f), perror(3f) in the FORTRAN Reference Pages

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026