termios.4 (6d249eee2769b135d56fac673f6b297b9416ed42) termios.4 (f167d7fb3e81bd884d7b76b78f1216c5afc5db3d)
1.\" Copyright (c) 1991, 1992, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 154 unchanged lines hidden (view full) ---

163in a background process group to read from its controlling terminal
164causes a
165.Dv SIGTTIN
166signal to be sent to
167the process's group
168unless one of the
169following special cases apply: If the reading process is ignoring or
170blocking the
1.\" Copyright (c) 1991, 1992, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 154 unchanged lines hidden (view full) ---

163in a background process group to read from its controlling terminal
164causes a
165.Dv SIGTTIN
166signal to be sent to
167the process's group
168unless one of the
169following special cases apply: If the reading process is ignoring or
170blocking the
171.Dv SIGTTIN signal, or if the process group of the reading
171.Dv SIGTTIN
172signal, or if the process group of the reading
172process is orphaned, the
173.Xr read 2
174returns -1 with
175.Va errno set to
176.Er Dv EIO
177and no
178signal is sent. The default action of the
179.Dv SIGTTIN

--- 1256 unchanged lines hidden ---
173process is orphaned, the
174.Xr read 2
175returns -1 with
176.Va errno set to
177.Er Dv EIO
178and no
179signal is sent. The default action of the
180.Dv SIGTTIN

--- 1256 unchanged lines hidden ---