mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-22 11:34:09 +02:00
Doc for getsid
* NEWS: Note new getsid primitive. * doc/ref/posix.texi (Processes): Document getsid.
This commit is contained in:
parent
3e5aed1c3b
commit
211a5b0425
2 changed files with 13 additions and 0 deletions
|
@ -1596,6 +1596,12 @@ from its controlling terminal if it has one.
|
|||
The return value is an integer representing the new process group ID.
|
||||
@end deffn
|
||||
|
||||
@deffn {Scheme Procedure} getsid pid
|
||||
@deffnx {C Function} scm_getsid (pid)
|
||||
Returns the session ID of process @var{pid}. (The session
|
||||
ID of a process is the process group ID of its session leader.)
|
||||
@end deffn
|
||||
|
||||
@deffn {Scheme Procedure} waitpid pid [options]
|
||||
@deffnx {C Function} scm_waitpid (pid, options)
|
||||
This procedure collects status information from a child process which
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue