diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-15 05:44:03 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-15 05:44:03 +0000 |
| commit | a05dfaec95310b319cdc0f9b68973ce47e73c41f (patch) | |
| tree | 93b545cae2a31ea50e2ebae85f6f4034662a7654 | |
| parent | 4c44ffe5dca2a7572d2677bd7174e28d570d4a3e (diff) | |
| download | man-pages-a05dfaec95310b319cdc0f9b68973ce47e73c41f.tar.gz | |
ffix
| -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. |
