diff options
author | Chris Costello <chris@FreeBSD.org> | 2000-06-23 05:05:44 +0000 |
---|---|---|
committer | Chris Costello <chris@FreeBSD.org> | 2000-06-23 05:05:44 +0000 |
commit | bb33e42207f96329d22cc640a12e8b693be36a81 (patch) | |
tree | fa4c79e21a165b0f93bbd1c7b1ccc1c6a6518259 /lib/libc/sys/setpgid.2 | |
parent | e466c075263ea1e469cec7b662c7563e27877acf (diff) |
Notes
Diffstat (limited to 'lib/libc/sys/setpgid.2')
-rw-r--r-- | lib/libc/sys/setpgid.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/setpgid.2 b/lib/libc/sys/setpgid.2 index 5b38757576885..0db4d2871831e 100644 --- a/lib/libc/sys/setpgid.2 +++ b/lib/libc/sys/setpgid.2 @@ -50,11 +50,11 @@ .Sh DESCRIPTION .Fn Setpgid sets the process group of the specified process -.Ar pid +.Fa pid to the specified -.Ar pgrp . +.Fa pgrp . If -.Ar pid +.Fa pid is zero, then the call applies to the current process. .Pp If the invoker is not the super-user, then the affected process |