Deleted Added
full compact
setpgid.2 (1574) setpgid.2 (20097)
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 63 unchanged lines hidden (view full) ---

72.It Bq Er EPERM
73The effective user ID of the requested process is different
74from that of the caller and the process is not a descendent
75of the calling process.
76.El
77.Sh SEE ALSO
78.Xr getpgrp 2
79.Sh STANDARDS
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 63 unchanged lines hidden (view full) ---

72.It Bq Er EPERM
73The effective user ID of the requested process is different
74from that of the caller and the process is not a descendent
75of the calling process.
76.El
77.Sh SEE ALSO
78.Xr getpgrp 2
79.Sh STANDARDS
80.Fn Setpgid
81conforms to IEEE Std 1003.1-1988
82.Pq Dq Tn POSIX .
80The
81.Fn setpgid
82function call is expected to conform to
83.St -p1003.1-90 .
83.Sh COMPATIBILITY
84.Fn Setpgrp
85is identical to
86.Fn setpgid ,
87and is retained for calling convention compatibility with historical
88versions of
89.Bx .
84.Sh COMPATIBILITY
85.Fn Setpgrp
86is identical to
87.Fn setpgid ,
88and is retained for calling convention compatibility with historical
89versions of
90.Bx .