-.\" $OpenBSD: tcsetpgrp.3,v 1.12 2015/11/20 18:10:37 tb Exp $
+.\" $OpenBSD: tcsetpgrp.3,v 1.13 2016/07/10 00:48:21 millert Exp $
.\"
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 20 2015 $
+.Dd $Mdocdate: July 10 2016 $
.Dt TCSETPGRP 3
.Os
.Sh NAME
must be the same as the process group ID of a process in the same
session as the calling process.
.Pp
+If the calling process is a member of a background process group,
+the process group will be sent a
+.Dv SIGTTOU
+signal.
+If the calling process is blocking or ignoring
+.Dv SIGTTOU
+signals, the process is allowed to perform the operation and the
+.Dv SIGTTOU
+signal is not sent.
+.Pp
Upon successful completion,
.Fn tcsetpgrp
returns a value of zero.