Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ kill(3f) — Ultrix/UWS 4.2 VAX

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

kill(2)

sigvec(2)

signal(3f)

fork(3f)

perror(3f)

kill(3f)  —  VAX  —  Unsupported

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 processes.  The signum argument must be a valid signal number.  For further information, see sigvec(.).

Return Values

The returned value will be 0 if successful and an error code otherwise. 

Files

/usr/lib/libU77.a

See Also

kill(2), sigvec(2), signal(3f), fork(3f), perror(3f)

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