diff options
| -rw-r--r-- | man2/setpgid.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/setpgid.2 b/man2/setpgid.2 index b7dfb2101b..459a1119af 100644 --- a/man2/setpgid.2 +++ b/man2/setpgid.2 @@ -84,14 +84,14 @@ If is zero, the process ID of the current process is used. The call -.BR setpgrp () +.IR setpgrp () is equivalent to -.BR setpgid(0,0) . +.IR setpgid(0,0) . Similarly, -.BR getpgrp () +.IR getpgrp () is equivalent to -.BR getpgid(0) . +.IR getpgid(0) . Each process group is a member of a session and each process is a member of the session of which its process group is a member. |
