diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2011-01-19 21:34:42 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2011-01-19 21:34:42 +0000 |
| commit | 9411b5beaa0e1d39a9f0d3b6e228b9880917b429 (patch) | |
| tree | cf01c0154aee1136f4b44c74ad5ef2cb6643fca7 /lib | |
| parent | c9f1169e55a68c7617ddbc1b131899408d12a772 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/setpgid.2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/sys/setpgid.2 b/lib/libc/sys/setpgid.2 index a56d83123d39..4ad89de3263f 100644 --- a/lib/libc/sys/setpgid.2 +++ b/lib/libc/sys/setpgid.2 @@ -54,6 +54,11 @@ to the specified If .Fa pid is zero, then the call applies to the current process. +If +.Fa pgrp +is zero, then the process id of the process specified by +.Fa pid +is used instead. .Pp If the affected process is not the invoking process, then it must be a child of the invoking process, it must not have performed an |
