diff options
| author | Mattias Andrée <maandree@kth.se> | 2021-02-23 15:23:30 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2021-02-23 15:23:30 +0100 | 
| commit | 6ef03dcaee546215c8e5fc15fdeac43689b63f7b (patch) | |
| tree | fa1dfdf2d1122446745f60f72c9b04da7acb487a /README | |
| parent | remove dist (diff) | |
| download | setpgrp-12c6f1553863aa99c0b9f1c93341886f9ac2e7f9.tar.gz setpgrp-12c6f1553863aa99c0b9f1c93341886f9ac2e7f9.tar.bz2 setpgrp-12c6f1553863aa99c0b9f1c93341886f9ac2e7f9.tar.xz  | |
Change license, add man pages, misc2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | README | 21 | 
1 files changed, 20 insertions, 1 deletions
@@ -1,2 +1,21 @@ -Commands providing access to the setpgrp and getpgrp system calls. +NAME +	setpgrp - run a process in a new process group +	getpgrp - get the current process group +SYNOPSIS +	setpgrp [-e variable] [-pv] command [argument] ... + +	getpgrp + +DESCRIPTION +	The setpgrp utility runs a command in a new process +	group, and optionally exports that process group +	identifier to a user-specified environment variable +	and optionally prints that process group identifier +	to the standard output. + +	The getpgrp utility prints the identifier of the +	current process group to the standard output. + +SEE ALSO +	setpgid(2), getpgrp(2)  | 
