View | Details | Raw Unified | Return to bug 239504
Collapse All | Expand All

(-)b/lib/libc/sys/ioctl.2 (-1 / +4 lines)
Lines 29-35 Link Here
29
.\"
29
.\"
30
.\" $FreeBSD$
30
.\" $FreeBSD$
31
.\"
31
.\"
32
.Dd September 11, 2013
32
.Dd October 23, 2021
33
.Dt IOCTL 2
33
.Dt IOCTL 2
34
.Os
34
.Os
35
.Sh NAME
35
.Sh NAME
Lines 114-119 The Link Here
114
system call
114
system call
115
will fail if:
115
will fail if:
116
.Bl -tag -width Er
116
.Bl -tag -width Er
117
.It Bq Er EACCES
118
Permission denied.
119
The process does not have permission to call this ioctl.
117
.It Bq Er EBADF
120
.It Bq Er EBADF
118
The
121
The
119
.Fa fd
122
.Fa fd

Return to bug 239504