From 6ef03dcaee546215c8e5fc15fdeac43689b63f7b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 23 Feb 2021 15:23:30 +0100 Subject: Change license, add man pages, misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 0d71dda..0294eab 100644 --- a/README +++ b/README @@ -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) -- cgit v1.2.3-70-g09d2