]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/tcgetpgrp.3
time.1, _syscall.2, acct.2, getsockname.2, nanosleep.2, pciconfig_read.2, sched_get_p...
[thirdparty/man-pages.git] / man3 / tcgetpgrp.3
index 43582449cef687dcd9d05cb0da170fbe7631979c..2bea0cf3e16f3e9a36192657bf8415d1fb1a5af7 100644 (file)
@@ -42,12 +42,15 @@ which must be the controlling terminal of the calling process.
 .LP
 The function
 .BR tcsetpgrp ()
-makes the process group with process group ID \fIpgrp\fP
+makes the process group with process group ID
+.I pgrp
 the foreground process group on the terminal associated to
 .IR fd ,
 which must be the controlling terminal of the calling process,
 and still be associated with its session.
-Moreover, \fIpgrp\fP must be a (nonempty) process group belonging to
+Moreover,
+.I pgrp
+must be a (nonempty) process group belonging to
 the same session as the calling process.
 .LP
 If