aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-15 05:44:03 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-15 05:44:03 +0000
commita05dfaec95310b319cdc0f9b68973ce47e73c41f (patch)
tree93b545cae2a31ea50e2ebae85f6f4034662a7654
parent4c44ffe5dca2a7572d2677bd7174e28d570d4a3e (diff)
downloadman-pages-a05dfaec95310b319cdc0f9b68973ce47e73c41f.tar.gz
ffix
-rw-r--r--man2/setpgid.28
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.