kill(3f) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

kill(3f)

kill(3F)                   Fortran Library Functions                  kill(3F)



NAME
       kill - send a signal to a process

SYNOPSIS
       function kill (pid, signum)
       integer pid, signum

DESCRIPTION
       The argument pid must be the process id of one of the user's processes.


       The argument signum must be a valid signal number. See signal(3F).


       The returned value is 0 if successful, an error code otherwise.


       This function merely sends a signal to a process; it does not necessar‐
       ily kill the process.

FILES
       libfsu.a

SEE ALSO
       kill(2), signal(3C), signal(3F), fork(3F), perror(3F)



Studio 12.6                     September 2015                        kill(3F)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3