summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-04-06 09:55:07 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-04-06 09:55:07 +0000
commit29d221cde6fcf786b842887fbb11c110f9bbdfa1 (patch)
tree5d9454f4dca42dcca8d06679b3925580659f1200 /lib
parente229ffb7e9a7692f8d610787cd84e33aaca586b7 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/fcntl.220
1 files changed, 19 insertions, 1 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2
index 87b97f076333..5587bcfba35c 100644
--- a/lib/libc/sys/fcntl.2
+++ b/lib/libc/sys/fcntl.2
@@ -490,13 +490,31 @@ is
and
the process ID given as argument is not in use.
.El
+.Pp
+In addition, if
+.Fa fd
+refers to a descriptor open on a terminal device (as opposed to a
+descriptor open on a socket), a
+.Fa cmd
+of
+.Dv F_SETOWN
+can fail for the same reasons as in
+.Xr tcsetpgrp 3 ,
+and a
+.Fa cmd
+of
+.Dv F_GETOWN
+for the reasons as stated in
+.Xr tcgetpgrp 3 .
.Sh SEE ALSO
.Xr close 2 ,
.Xr execve 2 ,
.Xr flock 2 ,
.Xr getdtablesize 2 ,
.Xr open 2 ,
-.Xr sigvec 2
+.Xr sigvec 2 ,
+.Xr tcgetpgrp 3 ,
+.Xr tcsetpgrp 3
.Sh HISTORY
The
.Nm