diff options
Diffstat (limited to 'lib/libc/sys/setpgid.2')
-rw-r--r-- | lib/libc/sys/setpgid.2 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/setpgid.2 b/lib/libc/sys/setpgid.2 index 141c203..4490edf 100644 --- a/lib/libc/sys/setpgid.2 +++ b/lib/libc/sys/setpgid.2 @@ -77,9 +77,10 @@ of the calling process. .Sh SEE ALSO .Xr getpgrp 2 .Sh STANDARDS -.Fn Setpgid -conforms to IEEE Std 1003.1-1988 -.Pq Dq Tn POSIX . +The +.Fn setpgid +function call is expected to conform to +.St -p1003.1-90 . .Sh COMPATIBILITY .Fn Setpgrp is identical to |